产线呼叫界面优化

This commit is contained in:
hehaibing-1996
2025-02-25 16:36:23 +08:00
parent 94e00907da
commit 90c631a623

View File

@ -2,10 +2,10 @@
<view class="bg-image"> <view class="bg-image">
<uni-popup ref="popup" type="dialog"> <uni-popup ref="popup" type="dialog">
<view class="popup-content"> <view class="popup-content">
<view class="info-item"> <view style="margin: 3rpx;">
<label>是否呼叫以下货架</label> <label>是否呼叫以下货架</label>
</view> </view>
<view class="info-item" style="font-size: 50rpx;"> <view style="font-size: 52rpx;text-align: center;margin-top: 15rpx;margin-bottom: 10rpx;">
<text>{{fixedInfo.shelfCode}}</text> <text>{{fixedInfo.shelfCode}}</text>
</view> </view>
<view class="button-group"> <view class="button-group">
@ -503,7 +503,7 @@
} }
.scroll-view { .scroll-view {
height: 75vh; height: 79vh;
} }
.popup-content { .popup-content {