#
luxiaotao1123
2022-03-03 ea8833f7c9fa7e6cda12319a79af8ffcda1f9e25
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;
}
@@ -21,10 +27,10 @@
/* 表格 */
.plc-log-header {
    height: 15%;
    height: 05%;
}
.plc-log-body {
    height: 85%;
    height: 95%;
    overflow: auto;
}