From fa757510c3857010548f57e3ae3f49af93aecaed Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期一, 21 二月 2022 16:11:08 +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