From 094bff4f727d2fd2c6cf5a923d76782aa3f8010a Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期一, 29 四月 2024 16:09:57 +0800 Subject: [PATCH] 1.圣沣 移动端 新增 --- pages/scgl/scbg.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/scgl/scbg.vue b/pages/scgl/scbg.vue index 7f52dcc..4cfc281 100644 --- a/pages/scgl/scbg.vue +++ b/pages/scgl/scbg.vue @@ -139,7 +139,8 @@ <view class="flex_center titleFont" style="margin: 0rpx 20rpx 10rpx;line-height: 56rpx;"> <view style="color: red;margin-right: 6rpx;">*</view> 鎶ュ伐鏁伴噺锛� <view class='inputClass'> - <u--input placeholder="璇疯緭鍏�" border="surround" type='number' v-model="reportqty"> + <u--input placeholder="璇疯緭鍏�" :adjustPosition='false' border="surround" type='number' + v-model="reportqty"> </u--input> </view> </view> @@ -147,8 +148,8 @@ <view class="flex_center titleFont" style="margin: 0rpx 20rpx 10rpx;line-height: 56rpx;"> <view style="color: #fff;margin-right: 6rpx;">*</view> 涓嶈壇鏁伴噺锛� <view class='inputClass'> - <u--input placeholder="璇疯緭鍏�" border="surround" @change='ngqtyChange' type='number' - v-model="ngqty"></u--input> + <u--input placeholder="璇疯緭鍏�" border="surround" :adjustPosition='false' + @change='ngqtyChange' type='number' v-model="ngqty"></u--input> </view> </view> <view class="flex_center" style="margin: 0rpx 20rpx 10rpx;line-height: 76rpx;"> -- Gitblit v1.9.3