#
vincent
2020-05-30 46055e8bf59e050a7e4e5b0844cd134bdbf9c445
src/main/webapp/static/css/console.css
@@ -80,6 +80,19 @@
.site-unauto {
    background-color: #aaaaaa;
}
/* 自动+有物+ID */
.site-auto-run-id {
    background-color: red;
}
/* 自动+有物 */
.site-auto-run {
    background-color: #fc29f8;
}
/* 自动+有物+ID */
.site-auto-id {
    background-color: yellow;
}
/* ------------------ 货架总成 ------------------ */
.main-part {
@@ -144,6 +157,42 @@
    cursor: pointer;
}
/* 入库 */
.machine-put {
    background-color: #90d0f3;
}
/* 出库 */
.machine-take {
    background-color: yellow;
}
/* 库到库 */
.machine-stock-move {
    background-color: #0c24fb;
    color: #fff;
}
/* 站到站 */
.machine-site-move {
    background-color: #faa328;
}
/* PToP */
.machine-p-move {
    background-color: #128014;
}
/* 异常 */
.machine-error {
    background-color: red;
}
/* 自动 */
.machine-auto {
    background-color: rgb(42,253,47);
}
/* 非自动/收到 */
.machine-unauto {
    background-color: #aaaaaa;
}
/* 堆垛机轨道 */
.pathway {
    margin-left: 30px;