Commit 60b2b6e3ef85175056d1bf264ca4909adbae4d82

Authored by 史婷婷
1 parent a93614ce

feat: 消息详情优化

@@ -650,6 +650,14 @@ @@ -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 "path": "pages/invoice/index", 661 "path": "pages/invoice/index",
654 "style": { 662 "style": {
655 "navigationBarTitleText": "发货单", 663 "navigationBarTitleText": "发货单",
@@ -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;