|
|
@@ -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="数量" />
|