shish 6 months ago
parent
commit
9101740567

+ 1 - 1
ghsPad/src/pages/home/components/settlePop.vue

@@ -800,7 +800,7 @@ export default {
 .app-select_customer {
     background-color: #ffffff;
     display: flex;
-    width:80vw;
+    width:92vw;
     height: 99vh;
     .select-left {
         flex: 1;

+ 2 - 2
hdPad/src/pages/home/components/settlePop.vue

@@ -141,7 +141,7 @@
                     </view>
                 </view>
             </view>
-            <view class="select-item_box" v-if="form.sendType == 1" style="border:1upx solid #CCCCCC;">
+            <view class="select-item_box" v-if="form.sendType == 1" style="border:3upx solid #2ECE7E;">
                 <view class="title" style="margin-top:8upx;">取货状态</view>
                 <view class="item-list_box">
                     <view :key="item.id" @tap="changeGetGoods(item.id)" v-for="item in getGoodsList" :class="[form.getGoods===item.id?'active':'']"> {{item.name}} </view>     
@@ -786,7 +786,7 @@ export default {
 .app-select_customer {
     background-color: #ffffff;
     display: flex;
-    width:90vw;
+    width:92vw;
     height: 99vh;
     .select-left {
         flex: 4;