From aa131f0805c7f9475a87738aeb8c80069a999a43 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 08 一月 2025 12:54:11 +0800 Subject: [PATCH] # --- pages/phyz/stationManage/confirmProcessed.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/phyz/stationManage/confirmProcessed.vue b/pages/phyz/stationManage/confirmProcessed.vue index 4a33e24..84b70a1 100644 --- a/pages/phyz/stationManage/confirmProcessed.vue +++ b/pages/phyz/stationManage/confirmProcessed.vue @@ -45,7 +45,7 @@ <view class="title">鍑哄簱鏁伴噺</view> <view class="popup-item"> <view> - <uni-number-box :value="data.anfme" :step='1' :min="0" :max="maxCount" color="#747474" @change="changeValue" /> + <uni-number-box :value="data.anfme" :step='0.01' :min="0" :max="maxCount" color="#747474" @change="changeValue" /> </view> </view> @@ -295,7 +295,7 @@ justify-content: center; } .popup-item-left { - width: 16vw; + /* width: 16vw; */ padding-right: 20rpx; text-align: right; color: #606266; @@ -332,6 +332,7 @@ .btn-right { display: flex; flex: 1; + height: 100%; justify-content: center; align-items: center; color: #409EFF; -- Gitblit v1.9.1