From 35ae54320befb54df4dd7e8b2cf81680c951720b Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <xltys1995> Date: 星期一, 21 二月 2022 14:33:49 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/pipeline.css | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/css/pipeline.css b/src/main/webapp/static/css/pipeline.css index 6b47392..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; } -- Gitblit v1.9.1