From ea8833f7c9fa7e6cda12319a79af8ffcda1f9e25 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 03 三月 2022 15:30:31 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/pipeline.css | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/css/pipeline.css b/src/main/webapp/static/css/pipeline.css index 0968a9b..3ab1456 100644 --- a/src/main/webapp/static/css/pipeline.css +++ b/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; } -- Gitblit v1.9.1