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 |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/css/watch/console_vue.css b/src/main/webapp/static/css/watch/console_vue.css
index 8e6fd32..2232316 100644
--- a/src/main/webapp/static/css/watch/console_vue.css
+++ b/src/main/webapp/static/css/watch/console_vue.css
@@ -28,10 +28,17 @@
 	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 {
@@ -110,7 +117,7 @@
 
 /* 鍏ュ簱 */
 .machine-pakin {
-	background-color: rgb(163, 214, 242);
+	background-color: rgb(48, 191, 252);
 }
 
 /* 鍑哄簱 */

--
Gitblit v1.9.1