Browse Source

[ 169 ] 花材选择页面,页面往下拉,最后一个花材数据被购物车栏遮挡,显示不完全 (解决)

wangn 5 years ago
parent
commit
1c3c524f2a

+ 6 - 0
ghsApp/src/admin/billing/customerPlace.vue

@@ -341,6 +341,9 @@ export default {
 				color: #fff;
 				font-size: 20px;
 			}
+      &:last-child{
+        margin-bottom: 110upx;
+      }
 		}
 
 		.active {
@@ -365,6 +368,9 @@ export default {
 	}
 	.item_list_bx {
 		padding: 40px 16px;
+    &:last-child{
+      margin-bottom: 70upx;
+    }
 	}
 	.item_list_title {
 		margin-bottom: 20px;

+ 4 - 0
ghsApp/src/admin/billing/index.vue

@@ -295,9 +295,13 @@ export default {
 		height: 100%;
 		flex: 1;
 		box-sizing: border-box;
+    
 	}
 	.item_list_bx {
 		padding: 40px 16px;
+    &:last-child{
+      margin-bottom: 70upx;
+    }
 	}
 	.item_list_title {
 		margin-bottom: 20px;

+ 6 - 0
ghsApp/src/admin/billing/priceChange.vue

@@ -106,6 +106,9 @@ export default {
         color: #fff;
         font-size: 20px;
       }
+      &:last-child{
+        margin-bottom: 110upx;
+      }
     }
 
     .active {
@@ -130,6 +133,9 @@ export default {
   }
   .item_list_bx {
     padding: 40px 16px;
+    &:last-child{
+      margin-bottom: 70upx;
+    }
   }
   .item_list_title {
     margin-bottom: 20px;

+ 6 - 0
ghsApp/src/pagesOrder/select.vue

@@ -306,6 +306,9 @@ export default {
 				color: #fff;
 				font-size: 20px;
 			}
+      &:last-child{
+        margin-bottom: 110upx;
+      }
 		}
 
 		.active {
@@ -330,6 +333,9 @@ export default {
 	}
 	.item_list_bx {
 		padding: 40px 16px;
+    &:last-child{
+      margin-bottom: 70upx;
+    }
 	}
 	.item_list_title {
 		margin-bottom: 20px;

+ 6 - 0
ghsApp/src/pagesPurchase/add.vue

@@ -339,6 +339,9 @@ export default {
 				color: #fff;
 				font-size: 20px;
 			}
+      &:last-child{
+        margin-bottom: 110upx;
+      }
 		}
 
 		.active {
@@ -363,6 +366,9 @@ export default {
 	}
 	.item_list_bx {
 		padding: 40px 16px;
+    &:last-child{
+      margin-bottom: 70upx;
+    }
 	}
 	.item_list_title {
 		margin-bottom: 20px;

+ 6 - 0
ghsApp/src/pagesStorehouse/allot/exSelect.vue

@@ -341,6 +341,9 @@ export default {
 				color: #fff;
 				font-size: 20px;
 			}
+      &:last-child{
+        margin-bottom: 110upx;
+      }
 		}
 
 		.active {
@@ -365,6 +368,9 @@ export default {
 	}
 	.item_list_bx {
 		padding: 40px 16px;
+    &:last-child{
+      margin-bottom: 70upx;
+    }
 	}
 	.item_list_title {
 		margin-bottom: 20px;

+ 6 - 0
ghsApp/src/pagesStorehouse/inventory/select.vue

@@ -310,6 +310,9 @@ export default {
 				color: #fff;
 				font-size: 20px;
 			}
+      &:last-child{
+        margin-bottom: 110upx;
+      }
 		}
 
 		.active {
@@ -334,6 +337,9 @@ export default {
 	}
 	.item_list_bx {
 		padding: 40px 16px;
+    &:last-child{
+      margin-bottom: 70upx;
+    }
 	}
 	.item_list_title {
 		margin-bottom: 20px;

+ 6 - 0
ghsApp/src/pagesStorehouse/stockWarn/manage.vue

@@ -240,6 +240,9 @@ export default {
 				color: #fff;
 				font-size: 20px;
 			}
+      &:last-child{
+        margin-bottom: 110upx;
+      }
 		}
 
 		.active {
@@ -264,6 +267,9 @@ export default {
 	}
 	.item_list_bx {
 		padding: 40px 16px;
+    &:last-child{
+      margin-bottom: 70upx;
+    }
 	}
 	.item_list_title {
 		margin-bottom: 20px;