whycq
2022-02-21 fc08466bbe495a363ac840f93511d970715c504e
#css 修改176
6个文件已修改
38 ■■■■ 已修改文件
src/main/webapp/static/css/console.css 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/crn.css 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/index.css 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/pipeline.css 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/crn.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pipeline.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -220,25 +220,31 @@
        }
        /* 自动+有物+ID */
        .site-auto-run-id {
            border: 1px solid rgb(108,167,168);
            padding: 0 25px;
            background-color: rgb(252,48,48);
        }
        /* 自动+有物 */
        .site-auto-run {
            border: 1px solid rgb(108,167,168);
            padding: 0 25px;
            background-color: rgb(250,81,246);
        }
        /* 自动+ID */
        .site-auto-id {
            border: 1px solid rgb(108,167,168);
            padding: 0 10px;
            background-color: rgb(196,196,0);
        }
        /* 自动 */
        .site-auto {
            border: 1px solid rgb(108,167,168);
            padding: 0 10px;
            background-color: rgb(120,255,129);
        }
        /* 非自动/手动 */
        .site-unauto {
            border: 1px solid rgb(108,167,168);
            padding: 0 10px;
            background-color: rgb(184,184,184);
        }
src/main/webapp/static/css/crn.css
@@ -2,7 +2,11 @@
    padding: 10px;
    background-color: #f1f1f1;
}
.button-window {
    float: left;
    width: 5%;
    height: 100%;
}
/* -------------------- 第一模块 -------------------- */
.log-board {
    background-color: #fff;
@@ -15,7 +19,7 @@
.command-log {
    float: left;
    height: 100%;
    width: 20%;
    width: 19%;
    text-align: center;
}
.command-log h2 {
@@ -47,7 +51,7 @@
.crn-state {
    float: left;
    height: 100%;
    width: 80%;
    width: 76%;
    overflow: auto;
}
/* 堆垛机状态表 */
@@ -75,7 +79,7 @@
/* -------------------- 第二模块 -------------------- */
.crn-msg {
    overflow: auto;
    /*overflow: auto;*/
    margin-top: 10px;
    height: 23%;
    background-color: #fff;
src/main/webapp/static/css/index.css
@@ -36,16 +36,18 @@
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    
}
.sidebar ul {
    font-size: 20px;
    font-weight: 500;
    font-weight: 700;
    padding-left: 15%;
}
.sidebar a {
    text-decoration: none;
    /* color: #fff; */
    /*color: #cbcbcb;*/
}
.sidebar a:hover {
@@ -55,7 +57,7 @@
.nav-unselect {
    color: #fff;
    color: #5D7677;
}
.nav-select {    
    color: rgb(87,214,201);
src/main/webapp/static/css/pipeline.css
@@ -9,9 +9,15 @@
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    margin-bottom: 8px;
}
.main-board {
.button-window {
    float: left;
    width: 50%;
    width: 5%;
    height: 100%;
}
.main-board {
    padding-left: 1%;
    float: left;
    width: 47.5%;
    height: 100%;
    overflow: auto;
}
src/main/webapp/views/crn.html
@@ -41,6 +41,7 @@
    </style>
</head>
<body>
<div class="button-window"></div>
<!-- 日志监控板 -->
<div class="log-board">
    <!-- 执行命令 -->
src/main/webapp/views/pipeline.html
@@ -18,6 +18,7 @@
</head>
<body>
<main>
    <div class="button-window"></div>
    <!-- plc异常日志监控版 -->
    <div id="plc-error" class="main-board" style="padding-left: 10px">
        <!-- 头部 -->