|
@@ -62,6 +62,7 @@ export default { |
|
@@ -62,6 +62,7 @@ export default { |
|
62
|
}
|
62
|
}
|
|
63
|
|
63
|
|
|
64
|
.label {
|
64
|
.label {
|
|
|
|
65
|
+ min-width: 120rpx;
|
|
65
|
max-width: 420rpx;
|
66
|
max-width: 420rpx;
|
|
66
|
line-height: 32rpx;
|
67
|
line-height: 32rpx;
|
|
67
|
font-size: 28rpx;
|
68
|
font-size: 28rpx;
|
|
@@ -74,6 +75,8 @@ export default { |
|
@@ -74,6 +75,8 @@ export default { |
|
74
|
font-size: 28rpx;
|
75
|
font-size: 28rpx;
|
|
75
|
color: rgba(0, 0, 0, 0.9);
|
76
|
color: rgba(0, 0, 0, 0.9);
|
|
76
|
text-align: right;
|
77
|
text-align: right;
|
|
|
|
78
|
+ white-space: pre-wrap;
|
|
|
|
79
|
+ word-break: break-all;
|
|
77
|
|
80
|
|
|
78
|
&.act {
|
81
|
&.act {
|
|
79
|
color: $theme-primary;
|
82
|
color: $theme-primary;
|