#
vincent
2020-06-02 c350b737713fe518c22036dfc9a2574bcafcb15c
src/main/webapp/static/css/crn.css
@@ -48,7 +48,7 @@
    float: left;
    height: 100%;
    width: 80%;
    overflow: hidden;
    overflow: auto;
}
/* 堆垛机状态表 */
#crn-state-table {
@@ -75,7 +75,7 @@
/* -------------------- 第二模块 -------------------- */
.crn-msg {
    overflow: hidden;
    overflow: auto;
    margin-top: 10px;
    height: 20%;
    background-color: #fff;
@@ -164,6 +164,7 @@
    padding: 0 10px;
}
.select-container-item input {
    height: 20px;
    border: 1px solid #8D8D8D;
    border-radius: 3px;
    width: 80px;
@@ -208,7 +209,6 @@
/* -------------------- 第四模块 -------------------- */
.crn-output-board {
    /*padding: 10px;*/
    margin-top: 10px;
    height: 23%;
    background-color: #fff;
@@ -224,4 +224,5 @@
    height: 100%;
    overflow: auto;
    resize:none;
    color: #666;
}