#
vincent
2020-05-29 cb1cd8168340cf4346ee4643e85fecd509053ff6
#
1个文件已修改
5 ■■■■ 已修改文件
src/main/webapp/static/css/console.css 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -40,6 +40,7 @@
    clear: both;
}
.stock-group .site {
    width: 100px;
    float: left;
}
button.item {
@@ -60,6 +61,7 @@
/* 堆垛机 */
.machine {
    margin-left: 50px;
    position: relative;
    background-color: #fff;
    height: 20px;
@@ -73,11 +75,12 @@
/* 堆垛机轨道 */
.pathway {
    margin-left: 50px;
    border: 1px solid #333;
    position: absolute;
    background-color:#333!important;
    color: #333 !important;
    width: 100%;
    width: 90%;
    margin-top: 10px;
    z-index: -1;
}