lilei 6 days ago
parent
commit
8121a8fd73

+ 4 - 4
pagesA/digitalShelf/components/otherPartItem.vue

@@ -5,11 +5,11 @@
 				<image 
 				<image 
 				:src="item.images ? item.images+'?x-oss-process=image/resize,m_fixed,h_60,w_60,color_ffffff' : '/static/def_imgs.png'" 
 				:src="item.images ? item.images+'?x-oss-process=image/resize,m_fixed,h_60,w_60,color_ffffff' : '/static/def_imgs.png'" 
 				@click="viewImg(item)" 
 				@click="viewImg(item)" 
-				style="width:100rpx;height:100rpx;border-radius: 30rpx;background-color: #EBEBEB;"
+				style="width:115rpx;height:115rpx;border-radius: 30rpx;background-color: #EBEBEB;"
 				>
 				>
 				</image>
 				</image>
 				<view class="flex align_center justify_center" v-if="item.shelfPlaceCode">
 				<view class="flex align_center justify_center" v-if="item.shelfPlaceCode">
-					<uni-badge :text="item.shelfPlaceCode" :custom-style="{fontSize:'16px',background:'#ff9800'}" circle type="error" />
+					<uni-badge :text="item.shelfPlaceCode" :custom-style="{fontSize:'14px',background:'#ff9800'}" circle type="error" />
 				</view>
 				</view>
 			</view>
 			</view>
 			<view class="item-info uni-col-10">
 			<view class="item-info uni-col-10">
@@ -177,11 +177,11 @@
 		border-bottom: 2rpx solid #f5f5f5;
 		border-bottom: 2rpx solid #f5f5f5;
 
 
 		.uni-col-2 {
 		.uni-col-2 {
-			width: 50px;
+			width: 60px;
 		}
 		}
 
 
 		.item-info {
 		.item-info {
-			padding-left: 10upx;
+			padding-left: 15upx;
 			width: 80%;
 			width: 80%;
 			flex-grow: 1;
 			flex-grow: 1;
 
 

+ 4 - 4
pagesA/digitalShelf/components/vinPartItem.vue

@@ -5,11 +5,11 @@
 				<image
 				<image
 				:src="item.images ? item.images+'?x-oss-process=image/resize,m_fixed,h_60,w_60,color_ffffff' : '/static/def_imgs.png'" 
 				:src="item.images ? item.images+'?x-oss-process=image/resize,m_fixed,h_60,w_60,color_ffffff' : '/static/def_imgs.png'" 
 				@click="viewImg(item)" 
 				@click="viewImg(item)" 
-				style="width:100rpx;height:100rpx;border-radius: 30rpx;background-color: #EBEBEB;"
+				style="width:115rpx;height:115rpx;border-radius: 30rpx;background-color: #EBEBEB;"
 				>
 				>
 				</image>
 				</image>
 				<view class="flex align_center justify_center" v-if="item.shelfPlaceCode">
 				<view class="flex align_center justify_center" v-if="item.shelfPlaceCode">
-					<uni-badge :text="item.shelfPlaceCode" :custom-style="{fontSize:'16px',background:'#ff9800'}" circle type="error" />
+					<uni-badge :text="item.shelfPlaceCode" :custom-style="{fontSize:'14px',background:'#ff9800'}" circle type="error" />
 				</view>
 				</view>
 			</view>
 			</view>
 			<view class="item-info uni-col-10">
 			<view class="item-info uni-col-10">
@@ -187,10 +187,10 @@
 		padding: 15upx 25upx;
 		padding: 15upx 25upx;
 		border-bottom: 2rpx solid #f5f5f5;
 		border-bottom: 2rpx solid #f5f5f5;
 		.uni-col-2{
 		.uni-col-2{
-			width: 50px;
+			width: 60px;
 		}
 		}
 		.item-info{
 		.item-info{
-			padding-left: 10upx;
+			padding-left: 15upx;
 			width: 80%;
 			width: 80%;
 			flex-grow: 1;
 			flex-grow: 1;
 			.item-name{
 			.item-name{