qingyiay
2023-10-11 96db936c641b23897636ff6a15e31f8f87964342
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;
               }
            }
         }
      }