Commit 60b2b6e3ef85175056d1bf264ca4909adbae4d82

Authored by 史婷婷
1 parent a93614ce

feat: 消息详情优化

... ... @@ -650,6 +650,14 @@
650 650 }
651 651 },
652 652 {
  653 + "path": "pages/message/detail",
  654 + "style": {
  655 + "navigationBarTitleText": "消息详情",
  656 + "navigationBarBackgroundColor": "#ffffff",
  657 + "navigationBarTextStyle": "black"
  658 + }
  659 + },
  660 + {
653 661 "path": "pages/invoice/index",
654 662 "style": {
655 663 "navigationBarTitleText": "发货单",
... ...
... ... @@ -62,6 +62,7 @@ export default {
62 62 }
63 63
64 64 .label {
  65 + min-width: 120rpx;
65 66 max-width: 420rpx;
66 67 line-height: 32rpx;
67 68 font-size: 28rpx;
... ... @@ -74,6 +75,8 @@ export default {
74 75 font-size: 28rpx;
75 76 color: rgba(0, 0, 0, 0.9);
76 77 text-align: right;
  78 + white-space: pre-wrap;
  79 + word-break: break-all;
77 80
78 81 &.act {
79 82 color: $theme-primary;
... ...