From 99936813d924346e12bf1299a7bdcdbe485ea375 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期五, 28 八月 2020 12:44:43 +0800
Subject: [PATCH] #v2.0

---
 src/main/webapp/static/css/console.css |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 9a038bd..a14069d 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -266,37 +266,37 @@
 
 
 /* 鍏ュ簱 */
-.machine-put {
+.machine-put-flag {
     background-color: #90d0f3;
 }
 /* 鍑哄簱 */
-.machine-take {
+.machine-take-flag {
     background-color: yellow;
 }
 /* 搴撳埌搴� */
-.machine-stock-move {
+.machine-stock-move-flag {
     background-color: #0c24fb;
     color: #fff;
 }
 /* 绔欏埌绔� */
-.machine-site-move {
+.machine-site-move-flag {
     background-color: #faa328;
 }
 /* PToP */
-.machine-p-move {
+.machine-p-move-flag {
     background-color: #128014;
     color: #fff;
 }
 /* 寮傚父 */
-.machine-error {
+.machine-error-flag {
     background-color: red;
 }
 /* 鑷姩 */
-.machine-auto {
+.machine-auto-flag {
     background-color: rgb(42,253,47);
 }
 /* 闈炶嚜鍔�/鏀跺埌 */
-.machine-unauto {
+.machine-unauto-flag {
     background-color: #aaaaaa;
 }
 

--
Gitblit v1.9.1