#
luxiaotao1123
2020-08-25 46f16aa85b0d41e812f8352003f54427a35e94e2
#
2个文件已修改
6 ■■■■ 已修改文件
src/main/webapp/static/css/console.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -307,7 +307,7 @@
    position: absolute;
    background-color:#333!important;
    color: #333 !important;
    width: 90%;
    width: 95%;
    margin-top: 10px;
}
src/main/webapp/views/console.html
@@ -683,7 +683,7 @@
                        var crnEl = $("#crn-"+crns[i].crnId);
                        crnEl.attr("class", "machine " + crns[i].crnStatus);
                        // crnAnimate(crns[i].crnId, crns[i].offset);
                        crnEl.animate({left: (crns[i].bay * 30) +'px'}, 1000);
                        crnEl.animate({left: (crns[i].bay * ($('.item').eq(0).width()+4)) +'px'}, 1000);
                    }
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";
@@ -830,7 +830,7 @@
    // 台车点击事件
    $(document).on("click", ".car", function () {
    $(document).on("click", ".item", function () {
        var value = prompt('目标站:', "1");
        if (value == null) {
            alert('不能为空!');