From b32694dc943c4aac1ed14dddbc22292a50428d08 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期一, 09 六月 2025 11:04:33 +0800 Subject: [PATCH] 核磅录入/库存件盘点样式修改 --- pages/wareHouse/InventoryCountStockItems/index.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/wareHouse/InventoryCountStockItems/index.vue b/pages/wareHouse/InventoryCountStockItems/index.vue index 8849e28..4bf5dd0 100644 --- a/pages/wareHouse/InventoryCountStockItems/index.vue +++ b/pages/wareHouse/InventoryCountStockItems/index.vue @@ -63,12 +63,12 @@ <u-button class="btn" type="primary" @click="goSubmit">鎻愪氦</u-button> </view> <view class="wrap"> - <scroll-view class="packing-registration-scroll-list" scroll-y="true"> - <u-cell-group class="packing-registration-scroll-list-group" :border="false"> - <!-- <div class="tip" style="text-align: center;" v-if="hasScanSnList.length==0">-璇锋壂鐮�-</div> --> <view class="textST"> <text >{{`鏈鐩樼偣璁板綍(鍏�${registerInfo.num}鏉�)锛歚}}</text> </view> + <scroll-view class="packing-registration-scroll-list" scroll-y="true"> + <u-cell-group class="packing-registration-scroll-list-group" :border="false"> + <!-- <div class="tip" style="text-align: center;" v-if="hasScanSnList.length==0">-璇锋壂鐮�-</div> --> <view class="content" v-for="(item, index) in hasScanSnList" :key="index" :index="index"> <view class="content-header"> <view class="content-header-title">{{ index + 1 }}</view> @@ -386,6 +386,7 @@ .textST { font-size: 14px; margin-bottom: 5px; + margin-left: 15px; } .packing-registration-bg { background-color: #F6F9FF; @@ -471,7 +472,7 @@ } .wrap .packing-registration-scroll-list { - height: calc(100vh - var(--window-top) - var(--window-bottom) - 780rpx); + height: calc(100vh - var(--window-top) - var(--window-bottom) - 805rpx); width: 100%; } -- Gitblit v1.9.3