#
vincent
2020-05-29 2ad7b818ea9e19e20579344b090ca80ea566edc4
#
1个文件已修改
8 ■■■■ 已修改文件
src/main/webapp/static/css/console.css 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -19,7 +19,7 @@
}
/* 排号 */
.row-no {
    margin-left: 50px;
    margin-left: 80px;
}
/* 库位组 */
@@ -40,7 +40,7 @@
    clear: both;
}
.stock-group .site {
    width: 100px;
    width: 80px;
    float: left;
}
button.item {
@@ -61,7 +61,7 @@
/* 堆垛机 */
.machine {
    margin-left: 50px;
    margin-left: 30px;
    position: relative;
    background-color: #fff;
    height: 20px;
@@ -75,7 +75,7 @@
/* 堆垛机轨道 */
.pathway {
    margin-left: 50px;
    margin-left: 30px;
    border: 1px solid #333;
    position: absolute;
    background-color:#333!important;