haomingming 12e4984a95 优化
2023-03-23 15:52:15 +08:00

19 lines
342 B
Plaintext

.van-cell__value {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dialog{
width: 50%;
text-align: center;
height: 100rpx;
line-height: 100rpx;
}
.dialog_cancel_btn{
border-top: 1px solid #E9E9E9;
border-right: 1px solid #E9E9E9;
}
.dialog_confirm_btn{
border-top: 1px solid #E9E9E9;
color: #3CC7C0;
}