#
luxiaotao1123
2022-08-22 04737f5c4eac32a0898baedfb8de24a12ef5139b
#
1个文件已修改
17 ■■■■ 已修改文件
src/main/webapp/static/css/console.css 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -342,11 +342,19 @@
.main-part {
    position: absolute;
    top: 20px;
    left: 612px;
    left: 720px;
}
.main-part .lane {
    margin-top: 30px;
}
/* 钢架号 */
.row-no {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
}
/* 库位组 */
.stock-group .item {
    width: 30px;
@@ -358,9 +366,14 @@
    cursor: inherit;
    color: rgb(194,76,65);
}
.stock-group .item:last-child {
.stock-group .item:last-of-type {
    border-right: 1px solid rgb(194,76,65);
}
.stock-group::after, .stock-group::before {
    content: "";
    display: table;
    clear: both;
}
.stock-group .site {
    width: 80px;