shish 3 лет назад
Родитель
Сommit
381dd606e4

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

@@ -718,7 +718,7 @@ export default {
 		overflow: hidden;
 	}
 	.tab-view {
-		height: 100%;
+		height: calc(100vh - 100upx);
 		width: 170upx;
 		flex-shrink: 0;
 		background-color: #f0f2f6;
@@ -767,7 +767,7 @@ export default {
 		}
 	}
 	.right-box {
-		height: 100%;
+		height: calc(100vh - 140upx);
 		flex: 1;
 		box-sizing: border-box;
 	}

+ 2 - 2
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -811,7 +811,7 @@ export default {
 		overflow: hidden;
 	}
 	.tab-view {
-		height: 100%;
+		height: calc(100vh - 100upx);
 		width: 170upx;
 		flex-shrink: 0;
 		background-color: #f0f2f6;
@@ -860,7 +860,7 @@ export default {
 		}
 	}
 	.right-box {
-		height: 100%;
+		height: calc(100vh - 140upx);
 		flex: 1;
 		box-sizing: border-box;
 	}

+ 1 - 1
hdApp/src/pagesPurchase/xj.vue

@@ -32,7 +32,7 @@
 		</view>
 		<div class="app-footer footer-button">
 			<button class="admin-button-com big default" @click="clearXj()">清除全部</button>
-			<button class="admin-button-com big default" @click="goBack()" style="margin-left:58upx;padding:30upx 55upx 30upx 55upx;">不修改</button>
+			<button class="admin-button-com big blue" @click="goBack()" style="margin-left:58upx;padding:30upx 55upx 30upx 55upx;">返回</button>
 			<button class="admin-button-com big blue" @click="confirmXj()" style="margin-left:58upx;padding:30upx 65upx; 30upx 65upx;" >确认</button>
 		</div>
 	</view>