18516761980
2022-08-13 7b91c4ce2b3cabfa65ff2c3d77cfff0c24162cd0
src/main/webapp/static/css/render.css
@@ -359,6 +359,36 @@
.site-unauto {
    background-color: rgb(184,184,184);
}
/* 静置完成 */
.loc-empty {
    background-color: rgb(163,214,242);
}
/* 在库静置中*/
.loc-wait {
    background-color: rgb(151,180,0);
}
/* 在库待测 */
.loc-in-wait {
    background-color: rgb(58,77,249);
}
/* 在库测试中 */
.loc-testing {
    background-color: rgb(240,140,10);
}
/* 异常 */
.loc-error {
    background-color: rgb(252,48,48);
}
/* 空库位 */
.loc-empty {
    background-color: rgb(132,255,115);
}
#code {
    background-image: url(../images/status_bar_2.png);
    background-repeat: no-repeat;