Browse Source

列表页

shish 3 years ago
parent
commit
7385c9de7d
2 changed files with 6 additions and 4 deletions
  1. 2 1
      hdApp/src/pagesPurchase/bookProduct.vue
  2. 4 3
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 2 - 1
hdApp/src/pagesPurchase/bookProduct.vue

@@ -770,9 +770,10 @@ export default {
 		height: calc(100vh - 140upx);
 		flex: 1;
 		box-sizing: border-box;
+		padding-bottom:90upx;
 	}
 	.item_list_bx {
-		padding: 40upx 16upx 80upx 16upx;
+		padding: 40upx 16upx 20upx 16upx;
 		.box{
 			height: 185upx
 		}

+ 4 - 3
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -58,7 +58,7 @@
 									@goToSpecialVariety="goToSpecialVariety"
 								></Commondity>
 								<view v-if="productItem.variety && productItem.variety == 1" class="has-color" @click="goToSpecialVariety(productItem)">
-									<view class="has-color-button">点选颜色</view>
+									<view class="has-color-button">点选颜色</view>
 								</view>
 								<view v-if="productItem.presell && productItem.presell == 1" style="position:absolute;top:150upx;font-size:26upx;color:#3385ff;white-space: nowrap;text-overflow: hidden;">
 									到货日期:
@@ -863,9 +863,10 @@ export default {
 		height: calc(100vh - 140upx);
 		flex: 1;
 		box-sizing: border-box;
+		padding-bottom:90upx;
 	}
 	.item_list_bx {
-		padding: 20upx 16upx 80upx 16upx;
+		padding: 20upx 16upx 20upx 16upx;
 		.box{
 			height: 185upx
 		}
@@ -890,7 +891,7 @@ export default {
 				font-size:30upx;
 				color:#3385ff;
 				position:absolute;
-				top:-20upx;
+				top:0upx;
 			}
 		}
 	}