|
...
|
...
|
@@ -300,6 +300,8 @@ export default { |
|
300
|
300
|
font-size: 28rpx;
|
|
301
|
301
|
color: rgba(0, 0, 0, 0.9);
|
|
302
|
302
|
text-align: right;
|
|
|
303
|
+ white-space: pre-wrap;
|
|
|
304
|
+ word-break: break-all;
|
|
303
|
305
|
|
|
304
|
306
|
&.act {
|
|
305
|
307
|
color: $theme-primary;
|
...
|
...
|
|