Junjie
2023-07-29 21eac69df8b18ef44ab267a4e2efe714f985d8d9
src/main/webapp/static/css/shuttle.css
@@ -15,7 +15,7 @@
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    height: 25%;
    height: 28%;
}
/* 左 */
.command-log {
@@ -97,7 +97,7 @@
.shuttle-msg {
    /*overflow: auto;*/
    margin-top: 10px;
    height: 23%;
    height: 35%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
@@ -138,7 +138,7 @@
/* 任务设备选择框 */
.task-select {
    width: 13%;
    width: 26%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
@@ -198,7 +198,7 @@
/* 任务作业选择框 */
.task-operator {
    width: 86%;
    width: 73%;
    height: 100%;
    overflow: hidden;
    padding: 5px 0 10px 20px;
@@ -259,7 +259,7 @@
/* -------------------- 第四模块 -------------------- */
.shuttle-output-board {
    margin-top: 10px;
    height: 20%;
    height: 10%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);