From 61631de3e70520641b5017232625424b1270e891 Mon Sep 17 00:00:00 2001
From: Yxq <2290299376@qq.com>
Date: Wed, 24 Dec 2025 10:35:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96pda=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E6=95=88=E6=9E=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
dev_wms_client/src/layout/pda.vue | 37 +++++++++++++++++++++++++++++--
1 file changed, 35 insertions(+), 2 deletions(-)
diff --git a/dev_wms_client/src/layout/pda.vue b/dev_wms_client/src/layout/pda.vue
index d3a2abe..3858ece 100644
--- a/dev_wms_client/src/layout/pda.vue
+++ b/dev_wms_client/src/layout/pda.vue
@@ -24,12 +24,20 @@
-
+
-
+
@@ -480,4 +488,29 @@ export default {
margin-top: 10px;
font-size: 18px;
}
+
+.highlight-pick-qty {
+ background-color: #dbeeff !important; /* 淡蓝色背景 */
+ font-weight: bold !important; /* 加粗 */
+ font-size: 28px !important; /* 放大字体 */
+}
+
+:deep(.highlight-pick-qty .el-input__inner) {
+ background-color: #dbeeff !important; /* 淡蓝色背景 */
+ font-weight: bold !important; /* 加粗 */
+ font-size: 28px !important; /* 放大字体 */
+ text-align: center;
+ height: 45px;
+}
+
+/* 新增样式:减小剩余数量字体 */
+.small-remain-qty {
+ font-size: 16px !important;
+}
+
+:deep(.small-remain-qty .el-input__inner) {
+ font-size: 16px !important;
+ text-align: center;
+ height: 30px;
+}