luxiaotao1123
2022-03-15 dd37f7a757d46b6b2c43c60d292918ee8cb8634d
src/main/webapp/static/css/pipeline.css
@@ -1,6 +1,6 @@
body {
    padding: 10px;
    background-color: #f1f1f1;
    /*padding: 10px;*/
    background-color: #6CA7A8;
}
main {
    background-color: #fff;
@@ -11,13 +11,17 @@
}
.button-window {
    float: left;
    width: 5%;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #6CA7A8;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0 0 0 .3);
}
.main-board {
    padding-left: 1%;
    float: left;
    width: 47.5%;
    width: 50%;
    height: 100%;
    overflow: auto;
}