#
Junjie
2025-11-27 d4acff72f3584fea27a9a3d8bd151187393fe9c0
src/main/webapp/static/css/watch/console_vue.css
@@ -44,7 +44,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 +110,7 @@
/* 入库 */
.machine-pakin {
   background-color: rgb(163, 214, 242);
   background-color: rgb(48, 191, 252);
}
/* 出库 */
@@ -199,7 +202,7 @@
/* 自动+有物+ID */
.site-auto-run-id {
   background-color: rgb(252, 48, 48);
   background-color: rgb(48, 191, 252);
}
/* 自动+有物 */
@@ -220,6 +223,11 @@
/* 非自动/手动 */
.site-unauto {
   background-color: rgb(184, 184, 184);
}
/* 故障 */
.site-error {
   background-color: rgb(255, 50, 50);
}
/*空闲*/
@@ -328,7 +336,7 @@
#siteWindow-head .detailed {
   display: inline-block;
   background: none;
   color: #00000;
   color: #000;
   margin-left: 20px;
}