From c2b0be1a368a88e4adb6dda12d0aa5d3bb0df838 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 27 六月 2023 16:50:50 +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