#
vincent
2020-05-30 7ce087fd752a1f0222a5b49865091136f758da5d
#
2个文件已修改
53 ■■■■ 已修改文件
src/main/webapp/static/css/console.css 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html 52 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -177,6 +177,7 @@
/* PToP */
.machine-p-move {
    background-color: #128014;
    color: #fff;
}
/* 异常 */
.machine-error {
src/main/webapp/views/console.html
@@ -57,42 +57,14 @@
            font-weight: inherit;
        }
        /*!* 堆垛机状态 *!*/
        /*.crn-state-group {*/
            /*text-align: left;*/
            /*font-size: 12px;*/
        /*}*/
        /*.crn-label {*/
            /*float: left;*/
            /*width: 20%;*/
            /*text-align: right;*/
            /*margin-bottom: 5px;*/
            /*font-size: 13px;*/
        /*}*/
        /*.crn-state {*/
            /*display: inline-block;*/
            /*width: 50px;*/
            /*text-align: center;*/
        /*}*/
        /*!* 站点状态 *!*/
        /*.site-label {*/
            /*width: 20%;*/
            /*text-align: right;*/
            /*margin-bottom: 5px;*/
            /*font-size: 13px;*/
        /*}*/
        /*.site-state-group {*/
            /*display: inline-block;*/
            /*text-align: left;*/
        /*}*/
        /*.site-state-group .site {*/
            /*float: left;*/
            /*height: 22px;*/
            /*width: auto;*/
            /*padding: 0 10px;*/
            /*border: none;*/
        /*}*/
        /* 颜色提示 */
        .tips {
            position: absolute;
            bottom: 5%;
            left: 10%;
        }
        .tips-item {
            margin-bottom: 0;
            font-size: 0;
            text-align: left;
        }
@@ -121,8 +93,10 @@
    <!-- 信息展示 -->
    <div class="data-window">
        <!-- 标题 -->
        <h1>自动仓库&nbsp;WCS&nbsp;监控图</h1>
        <!-- 颜色提示 -->
        <div class="tips">
            <div class="tips-item">
                <label>堆垛机状态颜色:&nbsp;</label>
@@ -137,7 +111,6 @@
                    <span class="machine-unauto">非自动/手动</span>
                </div>
            </div>
            <div class="tips-item">
                <label>输送设备状态颜色:&nbsp;</label>
                <div class="item-group">
@@ -149,7 +122,6 @@
                </div>
            </div>
        </div>
    </div>
    <!--分割线-->
@@ -483,11 +455,9 @@
    </div>
    <!-- 右输送线 -->
    <input id="val" type="text">
    <button id="animate">animate</button>
    <!--<input id="val" type="text">-->
    <!--<button id="animate">animate</button>-->
</main>
</body>
<script>
    var crn1Position = 0;