Commit deeeac1e5fbb0604bd3dfaf7570edd10146ee274

Authored by 史婷婷
1 parent bba89b48

fix: 规格变更单-样式优化

Showing 1 changed file with 2 additions and 0 deletions
... ... @@ -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;
... ...