#
18516761980
2022-08-13 45638cc0028dd89a90767be7e1d2648baf813b87
src/main/webapp/static/css/render.css
@@ -362,27 +362,27 @@
/* 静置完成 */
.loc-empty {
.LOC_STAY_OVER {
    background-color: rgb(163,214,242);
}
/* 在库静置中*/
.loc-wait {
.LOC_STAY {
    background-color: rgb(151,180,0);
}
/* 在库待测 */
.loc-in-wait {
.LOC_WAIT_TESTINT {
    background-color: rgb(58,77,249);
}
/* 在库测试中 */
.loc-testing {
.LOC_TESTING {
    background-color: rgb(240,140,10);
}
/* 异常 */
.loc-error {
.LOC_ERROR {
    background-color: rgb(252,48,48);
}
/* 空库位 */
.loc-empty {
.LOC_EMPTY {
    background-color: rgb(132,255,115);
}