From 96db936c641b23897636ff6a15e31f8f87964342 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 11 十月 2023 13:44:05 +0800 Subject: [PATCH] 确定装卸逻辑修改 增加称重时稳定态 --- pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue index f2c9577..e1334a8 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue @@ -175,13 +175,13 @@ :disabled="correctStatus>= 3"></u-button> </view> <view class="bottom-button"> - <u-button text="鏀剧┖" + <!-- <u-button text="鏀剧┖" type="primary" plain @click="evacuation" throttleTime="500" shape="circle" - :disabled="isEvacuation || isapproach"></u-button> + :disabled="isEvacuation || isapproach"></u-button> --> <u-button text="鍛煎彨瀹㈡湇" type="primary" plain @@ -1207,8 +1207,7 @@ width: 100%; margin: 0 auto; - .top-button, - .bottom-button { + .top-button { width: 100%; height: vww(47); @include flex; @@ -1222,6 +1221,23 @@ border: 2px solid #3b56eb; } } + + .bottom-button { + width: 40%; + height: vww(47); + padding-left: vww(18); + @include flex; + justify-content: flex-start; + + .u-button { + width: 100%; + height: 60rpx; + font-size: 28rpx; + font-weight: 300; + color: #497bfb; + border: 2px solid #3b56eb; + } + } } } -- Gitblit v1.9.1