@@ -383,15 +383,21 @@ export default {
color: $main-font;
font-weight: 500;
}
- .value {
- font-weight: 500;
- }
.status {
flex: 1;
text-align: right;
font-size: 28rpx;
color: $warning-color;
+ .value {
+ font-weight: 500;
+ flex: 1;
+ max-width: 400rpx;
+ min-width: 300rpx;
+ display: inline-block;
+ word-wrap: break-word;
+ word-break: normal;
+ }
.btns {
@@ -383,15 +383,22 @@ export default {