Browse Source

bug 修复

lilei 2 years ago
parent
commit
012ba4608d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/soldOut/chooseProduct.vue

+ 2 - 2
pages/soldOut/chooseProduct.vue

@@ -69,11 +69,11 @@
 						<view class="uni-col-1" @click="delDetail(item,index)">
 						<view class="uni-col-1" @click="delDetail(item,index)">
 							<u-icon name="close-circle" color="#ff5500" size="35"></u-icon>
 							<u-icon name="close-circle" color="#ff5500" size="35"></u-icon>
 						</view>
 						</view>
-						<view class="uni-col-11 flex">
+						<view class="uni-col-9 flex">
 							<view class="uni-col-2">
 							<view class="uni-col-2">
 								<u-image :src="item.productImageUrl?item.productImageUrl:`../../static/${$config('themePath')}/def_img@2x.png`" width="128" height="128" border-radius="10"></u-image>
 								<u-image :src="item.productImageUrl?item.productImageUrl:`../../static/${$config('themePath')}/def_img@2x.png`" width="128" height="128" border-radius="10"></u-image>
 							</view>
 							</view>
-							<view class="item-info uni-col-9">
+							<view class="item-info uni-col-8">
 								<view class="item-name">
 								<view class="item-name">
 									<text>{{item.shelfPlaceCode}}</text>
 									<text>{{item.shelfPlaceCode}}</text>
 									{{item.productCode}}
 									{{item.productCode}}