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 | 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