#
luxiaotao1123
2022-08-22 53bb852d00830ea116f972575472cfd97c3a206c
#
2个文件已修改
25 ■■■■■ 已修改文件
src/main/webapp/static/css/console.css 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -1,6 +1,5 @@
* {
    margin: 0;
    overflow: hidden;
}
html,body {
    height: 100%;
@@ -39,7 +38,7 @@
    width: 100%;
    height: 23%    ;
    position: absolute;
    bottom: 2.5%;
    bottom: 3.2%;
}
/*=============== SCROLL BAR ===============*/
@@ -61,7 +60,7 @@
/* 控制开关 */
.system-state {
    display: inline-block;
    float: left;
    width: 15%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
@@ -70,7 +69,7 @@
}
/* 堆垛机状态 */
.machine-status {
    display: inline-block;
    float: left;
    width: 15%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
@@ -79,16 +78,11 @@
}
.state-ss {
    margin-left: 60px;
}
/* 输送线状态 */
.line-status {
    display: inline-block;
    float: left;
    width: 15%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
@@ -109,7 +103,7 @@
}
/* 条码扫描器 */
.bar-code {
    display: inline-block;
    float: left;
    width: 49%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
@@ -387,17 +381,16 @@
/* 堆垛机轨道 */
.pathway {
    position: absolute;
    /*left: -10%;*/
    margin-left: -80px;
    border: 1px solid #333;
    background-color:#333!important;
    color: #333 !important;
    width: 100%;
    width: 110%;
    margin-top: 10px;
}
/* 堆垛机 */
.machine {
    margin-left: 30px;
    margin-left: -80px;
    position: relative;
    background-color: rgb(108,167,168);
    height: 20px;
src/main/webapp/views/console.html
@@ -1075,6 +1075,7 @@
                <span class="machine-unauto-flag">非自动/手动</span>
            </div>
        </div>
        <!-- 输送线状态 -->
        <div class="line-status">
            <div class="body-head">输送线状态</div>
            <div class="state states">
@@ -1090,6 +1091,7 @@
                <span class="site-unauto">非自动/手动</span>
            </div>
        </div>
        <!-- 条码表格 -->
        <div class="bar-code">
            <div class="body-head" id="code">条码扫描器</div>
            <div class="tablebox">