自动化立体仓库 - WCS系统
#
vincent
2020-06-03 e7ca8a5dad1dc29524781875e2a1a157f6514d21
#
2个文件已修改
28 ■■■■■ 已修改文件
src/main/webapp/static/css/console.css 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -367,19 +367,3 @@
    padding-left: 0.5rem;
}
/* 动画 */
/*.machine {*/
    /*position: relative;*/
    /*-webkit-animation: machine 2s;*/
    /*animation: machine 2s;*/
    /*animation-fill-mode: forwards;*/
/*}*/
/*@-webkit-keyframes machine {*/
    /*from {left: 0;}*/
    /*to {left: 100px}*/
/*}*/
/*@keyframes animationCrn {*/
    /*from {left: 0}*/
    /*to {left: 100px}*/
/*}*/
src/main/webapp/views/console.html
@@ -769,7 +769,11 @@
            shadeClose: true,
            content: $('#siteWindow'),
            area: ['35rem', '18rem'],
            btn: ['确定', '关闭']
            btn: ['确定', '关闭'],
            yes: function(index, layero){
                layer.close(index);
                alert(1);
            }
        });
    });
@@ -784,7 +788,11 @@
            shadeClose: true,
            content: $("#crnWindow"),
            area: ['40rem', '20rem'],
            btn: ['确定', '关闭']
            btn: ['确定', '关闭'],
            yes: function(index, layero){
                layer.close(index);
                alert(1);
            }
        });
    });