shish 8 ヶ月 前
コミット
b39bf351d2
1 ファイル変更5 行追加5 行削除
  1. 5 5
      ghsApp/src/pagesStorehouse/stockWarn/detailed.vue

+ 5 - 5
ghsApp/src/pagesStorehouse/stockWarn/detailed.vue

@@ -18,8 +18,8 @@
 				</t-tr>
 			</view>
 			<view style="margin:20upx 0 0 70upx;background-color:#F0F2F6;padding-bottom:15upx;">
-				<button class="admin-button-com" :class="[hideCost==0?'blue':'']" style="margin-right:20upx;" @click="hideCost=0">显示成本</button>
-				<button class="admin-button-com" :class="[hideCost==1?'blue':'']" @click="hideCost=1">不显成本</button>
+				<button class="admin-button-com" :class="[hideCost==0?'blue':'']" style="margin-right:20upx;" @click="hideCost=0">开启成本</button>
+				<button class="admin-button-com" :class="[hideCost==1?'blue':'']" @click="hideCost=1">关闭成本</button>
 			</view>
 		</view>
 		
@@ -180,7 +180,7 @@ export default {
 		z-index: 100;
 		background-color: white;
 		margin-bottom:0;
-		
+		height:60upx;
 		// 微信小程序和 APP 中的固定定位
 		&.fixed {
 			position: fixed;
@@ -202,7 +202,7 @@ export default {
 	// 固定的表头和按钮区域
 	.fixed-header-wrapper {
 		position: fixed;
-		top: 80upx;
+		top: 60upx;
 		left: 0;
 		right: 0;
 		z-index: 99;
@@ -221,7 +221,7 @@ export default {
 	.main-view {
 		flex: 1;
 		background-color: #f9fbfc;
-		margin-top: 160upx;
+		margin-top: 200upx;
 		
 		.space-view {
 			background-color: #fff;