From 5d0461e985b9244cfbea910bc6df9e3f62caaed2 Mon Sep 17 00:00:00 2001
From: DELL <DELL@qq.com>
Date: 星期五, 28 十一月 2025 13:37:31 +0800
Subject: [PATCH] #

---
 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