#
vincent
2020-05-29 3ad19016e6680be81f109c6eaad736ca9b0a93b0
#
2个文件已修改
10 ■■■■ 已修改文件
src/main/webapp/static/css/console.css 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -69,10 +69,10 @@
/* 堆垛机轨道 */
.pathway {
    border: 1px solid #000;
    border: 1px solid #333;
    position: absolute;
    background-color:#eee!important;
    color: #000000 !important;
    background-color:#333!important;
    color: #333 !important;
    width: 100%;
    margin-top: 10px;
    z-index: -1;
src/main/webapp/views/console.html
@@ -12,9 +12,9 @@
    <style>
        /* 站点 */
        .site {
            color: #333;
            height: 20px;
            border: 1px solid red;
            border-radius: 3px;
            border: 1px solid #fff;
            cursor: pointer;
            width: 50px;
            text-align: center;