|
|
@@ -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;
|