From 4daea7b3b251c29a5ab51bf08eb1f787d7d9ae92 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 20 一月 2026 11:20:25 +0800
Subject: [PATCH] 用户托盘条码改成6位,WCS相应从PLC读取6位
---
src/main/webapp/static/css/watch/console_vue.css | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/css/watch/console_vue.css b/src/main/webapp/static/css/watch/console_vue.css
index 5349f63..2232316 100644
--- a/src/main/webapp/static/css/watch/console_vue.css
+++ b/src/main/webapp/static/css/watch/console_vue.css
@@ -28,12 +28,19 @@
cursor: default;
color: rgb(194, 76, 65);
display: flex;
+ flex-direction: column;
justify-content: center;
align-items: center;
user-select: none;
background: #fff;
}
+.shelf-loc-info {
+ font-size: 12px;
+ color: #666;
+ margin-top: 2px;
+}
+
.track-item {
width: 100%;
height: 35px;
--
Gitblit v1.9.1