From 1654919972d6ad5ac9889cb9d986bdd80cc783bf Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 01 八月 2024 14:27:04 +0800 Subject: [PATCH] feat:生产链接替换 --- subPages/bill-of-lading-details/bill-of-lading-details.vue | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/subPages/bill-of-lading-details/bill-of-lading-details.vue b/subPages/bill-of-lading-details/bill-of-lading-details.vue index 3521d52..173b0ef 100644 --- a/subPages/bill-of-lading-details/bill-of-lading-details.vue +++ b/subPages/bill-of-lading-details/bill-of-lading-details.vue @@ -1433,11 +1433,21 @@ height: vww(15); @include flex; justify-content: flex-start; + .coalName{ + width: 45%; + height: 40rpx; + font-size: 30rpx; + font-weight: 300; + color: #515151; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } .coalName, .order-type { width: 45%; - height: 30rpx; + height: 42rpx; font-size: 30rpx; font-weight: 300; color: #515151; @@ -1528,10 +1538,17 @@ position: relative; top: vww(130); align-items: flex-start; + .table{ + width: 98%!important; + } /deep/ .uni-table{ + width: 96%; min-width: 0!important; } + .uni-table-scroll { + overflow-x: hidden!important; + } .uni-table::-webkit-scrollbar { display: none; } -- Gitblit v1.9.1