This commit is contained in:
曹辉 2023-02-22 10:26:35 +08:00
parent 296c45ad0e
commit e20941d380

View File

@ -317,6 +317,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
display: inline-block; display: inline-block;
font-size: 28rpx;
} }
/deep/ .u-checkbox{ /deep/ .u-checkbox{
margin: 40rpx 0 0; margin: 40rpx 0 0;
@ -325,7 +326,7 @@
span{ span{
width: 100%; width: 100%;
display: inline-block; display: inline-block;
font-size: 30rpx; font-size: 28rpx;
color: #D43953; color: #D43953;
text-align: right; text-align: right;
position: absolute; position: absolute;