Commit 8956b879577c37ecc983b1d01ece876a90b2b4e8

Authored by 史婷婷
1 parent 3cd3315a

feat: 样式优化

@@ -64,6 +64,7 @@ export default { @@ -64,6 +64,7 @@ export default {
64 .label { 64 .label {
65 min-width: 120rpx; 65 min-width: 120rpx;
66 max-width: 420rpx; 66 max-width: 420rpx;
  67 + margin-right: 20rpx;
67 line-height: 32rpx; 68 line-height: 32rpx;
68 font-size: 28rpx; 69 font-size: 28rpx;
69 color: rgba(0, 0, 0, 0.6); 70 color: rgba(0, 0, 0, 0.6);
@@ -313,6 +313,7 @@ export default { @@ -313,6 +313,7 @@ export default {
313 313
314 .label { 314 .label {
315 max-width: 420rpx; 315 max-width: 420rpx;
  316 + margin-right: 20rpx;
316 line-height: 32rpx; 317 line-height: 32rpx;
317 font-size: 28rpx; 318 font-size: 28rpx;
318 color: rgba(0, 0, 0, 0.6); 319 color: rgba(0, 0, 0, 0.6);
@@ -504,6 +504,8 @@ @@ -504,6 +504,8 @@
504 .uni-list-item__extra-text { 504 .uni-list-item__extra-text {
505 color: $uni-text-color-grey; 505 color: $uni-text-color-grey;
506 font-size: $uni-font-size-sm; 506 font-size: $uni-font-size-sm;
  507 + white-space: pre-wrap;
  508 + word-break: break-all;
507 } 509 }
508 510
509 .uni-ellipsis-1 { 511 .uni-ellipsis-1 {