shish 4 лет назад
Родитель
Сommit
3782174190

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

@@ -320,7 +320,7 @@ export default {
 	display: flex;
 	flex-direction: column;
 	.input-wrap {
-		padding: 22px 20px 22px 30upx;
+		padding: 22upx 20upx 22upx 30upx;
 		.search-bar {
 			display:inline-block;
 			width:530upx;
@@ -335,7 +335,7 @@ export default {
 	}
 	.tab-view {
 		position: relative;
-		height: 100%;
+		height: 1000upx;
 		width: 170upx;
 		flex-shrink: 0;
 		background-color: #f0f2f6;
@@ -382,10 +382,9 @@ export default {
 		}
 	}
 	.right-box {
-		height: 100%;
+		height: 1000upx;
 		flex: 1;
 		box-sizing: border-box;
-
 	}
 	.item_list_bx {
 		padding: 40px 16upx;

+ 3 - 3
ghsApp/src/admin/breakage/index.vue

@@ -246,7 +246,7 @@ export default {
 	display: flex;
 	flex-direction: column;
 	.input-wrap {
-		padding: 22px 20px 22px 30upx;
+		padding: 22upx 20upx 22upx 30upx;
 		.search-bar {
 			display:inline-block;
 			width:530upx;
@@ -261,7 +261,7 @@ export default {
 	}
 	.tab-view {
 		position: relative;
-		height: 100%;
+		height: 1000upx;
 		width: 170upx;
 		flex-shrink: 0;
 		background-color: #f0f2f6;
@@ -308,7 +308,7 @@ export default {
 		}
 	}
 	.right-box {
-		height: 100%;
+		height: 1000upx;
 		flex: 1;
 		box-sizing: border-box;
 

+ 3 - 3
ghsApp/src/admin/item/list.vue

@@ -208,7 +208,7 @@ export default {
 	flex-direction: column;
 	.input-wrap {
 		display: flex;
-		padding: 22px 20px 22px 30upx;
+		padding: 22upx 20upx 22upx 30upx;
 		.search-bar {
 			flex: 1;
 		}
@@ -233,7 +233,7 @@ export default {
 		overflow: hidden;
 	}
 	.tab-view {
-		height: 100%;
+		height: 1000upx;
 		width: 170upx;
 		flex-shrink: 0;
 		background-color: #f0f2f6;
@@ -282,7 +282,7 @@ export default {
 		}
 	}
 	.right-box {
-		height: 100%;
+		height: 1000upx;
 		flex: 1;
 		box-sizing: border-box;
 	}

+ 4 - 10
ghsApp/src/pagesPurchase/add.vue

@@ -25,13 +25,7 @@
 					</text>
 				</div>
 			</scroll-view>
-			<scroll-view scroll-y class="right-box" 
-					:scroll-into-view="scroll_into_view" 
-					scroll-with-animation="true"
-					@scroll="scroll_detail"
-					lower-threshold="100"
-					@scrolltolower="scroll_bottom">
-				<!--内容部分 start -->
+			<scroll-view scroll-y class="right-box" :scroll-into-view="scroll_into_view" scroll-with-animation="true" @scroll="scroll_detail" lower-threshold="100" @scrolltolower="scroll_bottom">
 				<block v-if="!$util.isEmpty(filterProductInfo)">
 					<view class="item_list_bx selectAll" v-for="(classItem, classIndex) in filterProductInfo" :key="classIndex" :id="`class_${classIndex}`">
 						<view class="item_list_title">
@@ -309,7 +303,7 @@ export default {
 	flex-direction: column;
 	.input-wrap {
 		display: flex;
-		padding: 22px 20px 22px 30upx;
+		padding: 22upx 20px 22upx 30upx;
 		.search-bar {
 			flex: 1;
 		}
@@ -322,7 +316,7 @@ export default {
 		overflow: hidden;
 	}
 	.tab-view {
-		height: 100%;
+		height: 1000upx;
 		width: 170upx;
 		flex-shrink: 0;
 		background-color: #f0f2f6;
@@ -371,7 +365,7 @@ export default {
 		}
 	}
 	.right-box {
-		height: 100%;
+		height: 1000upx;
 		flex: 1;
 		box-sizing: border-box;
 	}

+ 3 - 3
ghsApp/src/pagesStorehouse/allot/exSelect.vue

@@ -267,7 +267,7 @@ export default {
 	display: flex;
 	flex-direction: column;
 	.input-wrap {
-		padding: 22px 20px 22px 30upx;
+		padding: 22upx 20upx 22upx 30upx;
 	}
 	.scroll-middle_bx {
 		flex: 1;
@@ -277,7 +277,7 @@ export default {
 		overflow: hidden;
 	}
 	.tab-view {
-		height: 100%;
+		height: 1000upx;
 		width: 170upx;
 		flex-shrink: 0;
 		background-color: #f0f2f6;
@@ -324,7 +324,7 @@ export default {
 		}
 	}
 	.right-box {
-		height: 100%;
+		height: 1000upx;
 		flex: 1;
 		box-sizing: border-box;
 	}

+ 3 - 3
ghsApp/src/pagesStorehouse/inventory/select.vue

@@ -252,7 +252,7 @@ export default {
 	display: flex;
 	flex-direction: column;
 	.input-wrap {
-		padding: 22px 20px 22px 30upx;
+		padding: 22upx 20upx 22upx 30upx;
 	}
 	.scroll-middle_bx {
 		flex: 1;
@@ -262,7 +262,7 @@ export default {
 		overflow: hidden;
 	}
 	.tab-view {
-		height: 100%;
+		height: 1000upx;
 		width: 170upx;
 		flex-shrink: 0;
 		background-color: #f0f2f6;
@@ -309,7 +309,7 @@ export default {
 		}
 	}
 	.right-box {
-		height: 100%;
+		height: 1000upx;
 		flex: 1;
 		box-sizing: border-box;
 	}