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 | 23 +++++++++++++++++++----
1 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/css/watch/console_vue.css b/src/main/webapp/static/css/watch/console_vue.css
index 4c17594..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 {
@@ -44,7 +51,10 @@
justify-content: center;
align-items: center;
user-select: none;
- background: #f5d88f;;
+ background-color: #f5d88f;
+ background-image:
+ linear-gradient(to bottom, transparent 0, transparent 11px, #666 11px, #666 13px, transparent 13px, transparent 22px, #666 22px, #666 24px, transparent 24px, transparent 100%),
+ repeating-linear-gradient(to right, transparent 0, transparent 14px, rgba(80,80,80,0.35) 14px, rgba(80,80,80,0.35) 15px);
padding: 0;
margin: 0;
position: relative;
@@ -107,7 +117,7 @@
/* 鍏ュ簱 */
.machine-pakin {
- background-color: rgb(163, 214, 242);
+ background-color: rgb(48, 191, 252);
}
/* 鍑哄簱 */
@@ -199,7 +209,7 @@
/* 鑷姩+鏈夌墿+ID */
.site-auto-run-id {
- background-color: rgb(252, 48, 48);
+ background-color: rgb(48, 191, 252);
}
/* 鑷姩+鏈夌墿 */
@@ -220,6 +230,11 @@
/* 闈炶嚜鍔�/鎵嬪姩 */
.site-unauto {
background-color: rgb(184, 184, 184);
+}
+
+/* 鏁呴殰 */
+.site-error {
+ background-color: rgb(255, 50, 50);
}
/*绌洪棽*/
@@ -328,7 +343,7 @@
#siteWindow-head .detailed {
display: inline-block;
background: none;
- color: #00000;
+ color: #000;
margin-left: 20px;
}
--
Gitblit v1.9.1