shish 2 роки тому
батько
коміт
9b3a746ad4
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      ghsApp/src/admin/book/itemCustom.vue

+ 1 - 1
ghsApp/src/admin/book/itemCustom.vue

@@ -51,7 +51,7 @@
 		</view>
 
 		<uni-popup ref="actRef" background-color="#fff" type="center" :animation="false" class="class-popup-style" :is-mask-click="false">
-			<view style="max-height:98vh;overflow: scroll;padding:15upx;">
+			<view style="max-height:99vh;overflow: scroll;padding:15upx;">
 				<view style="text-align:center;font-size:32upx;font-weight:bold;">{{ currentItem.name ? currentItem.name:'未命名' }}</view>
 				<view style="margin-top:6upx;">
 					<input v-model="currentNum" type="number" @focus="currentNum=''" style="height:100upx;border:1upx solid #CCCCCC;text-align:center;font-size:38upx;width:420upx;" placeholder="数量" />