From 97aa2cd09e92f73cd4dff3d99eaef64e748c80b3 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 28 六月 2023 19:04:32 +0800
Subject: [PATCH] 优化出库小车避让
---
src/main/webapp/static/css/console.css | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 819881c..cd46d92 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -305,6 +305,10 @@
.shuttle-fixing {
background-color: rgb(252,48,48);
}
+/*绂荤嚎*/
+.shuttle-offline {
+ background-color: rgb(0, 0, 0);
+}
/*绌洪棽*/
.lift-idle {
background-color: rgb(120,255,129);
@@ -317,6 +321,10 @@
.lift-waiting {
background-color: rgb(184,184,184);
}
+/*绂荤嚎*/
+.lift-offline {
+ background-color: rgb(0, 0, 0);
+}
#code {
background-image: url(../images/status_bar_2.png);
background-repeat: no-repeat;
--
Gitblit v1.9.1