From 7af16f32de779ba2360344218f807c9909677ee1 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 08 八月 2024 11:20:20 +0800 Subject: [PATCH] feat:关于产品名称换行样式修改 --- subPages/bill-of-lading-details/bill-of-lading-details.vue | 31 ++++++++++++++++++++++++------- 1 files changed, 24 insertions(+), 7 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 19d6610..10bb6c3 100644 --- a/subPages/bill-of-lading-details/bill-of-lading-details.vue +++ b/subPages/bill-of-lading-details/bill-of-lading-details.vue @@ -11,11 +11,11 @@ <view class="cutomer-name" v-else>瀹㈡埛:{{ coalDetailsData.customerName || '' }}</view> <view class="fild-name"> - <view class="">鐭垮満:{{ coalDetailsData.deptName || '鏆傛棤' }}</view> + <view class="">鍗曚綅:{{ coalDetailsData.deptName || '鏆傛棤' }}</view> <view class="" v-if="orderType == '杞叆' || orderType == '杞嚭'">鍦哄湴:{{ coalDetailsData.filedName || '' }}</view> <view class="" - v-else>浠撳簱:{{ coalDetailsData.filedName || '鏆傛棤' }}</view> + v-else>鍦哄尯:{{ coalDetailsData.filedName || '鏆傛棤' }}</view> </view> </view> <view class="block-information"> @@ -307,14 +307,14 @@ </view> </view> <view class="weigh-ability"> - <view class="weigh-button"> + <!-- <view class="weigh-button"> <u-button text="涓婄璁¢噺" @click="cengZhongClick" type="primary" shape="circle" :disabled="haveInputOrigin&&!isSpecial" :loading="weighHouseLoading"></u-button> - </view> + </view> --> <!-- <view class="weigh-button" v-show='ablePrintInduction&&!(coalDetailsData.skin&&coalDetailsData.hair)'> <u-button text="鎵撳嵃鍏ラ棬璇�" @@ -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; @@ -1454,13 +1464,13 @@ } .time { - width: 35%; + width: 50%; height: vww(12); display: flex; justify-content: flex-start; .send-date { - width: 148rpx; + min-width: 148rpx; height: 24rpx; margin-left: vww(14); font-size: 28rpx; @@ -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