From 126bc538bf660a0e1be9eaa63d97952148f121a7 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期一, 01 六月 2020 14:41:23 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 2 +-
src/main/webapp/static/css/crn.css | 10 +++-------
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/src/main/webapp/static/css/crn.css b/src/main/webapp/static/css/crn.css
index 85d7148..776aba9 100644
--- a/src/main/webapp/static/css/crn.css
+++ b/src/main/webapp/static/css/crn.css
@@ -118,7 +118,7 @@
.task-select {
height: 50%;
overflow: hidden;
- padding: 20px 0px 10px 30px;
+ padding: 20px 0 10px 20px;
}
.operator-item {
display: inline-block;
@@ -143,7 +143,7 @@
z-index: 999;
}
.operator-item .select-container {
- padding: 30px;
+ padding: 30px 0;
height: 100%;
border: 1px solid #8d8d8d;
border-radius: 5px;
@@ -177,7 +177,7 @@
padding: 0 20px 10px 20px;
}
.task-operator fieldset {
- padding: 5px 20px;
+ padding: 15px 20px 5px 50px;
border-width: 1px;
border-style: solid;
height: 100%;
@@ -187,10 +187,6 @@
padding: 0 10px;
font-size: 16px;
font-weight: 300;
-}
-.button-group {
- margin-top: 10px;
- margin-left: 30px;
}
button.item {
border: 1px solid #333;
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 87c8e23..4744b70 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -21,7 +21,7 @@
<li><a id="console" onclick="nav(this.id)" class="nav-select" href="#">涓绘帶鍥�</a></li>
<li><a id="pipeline" onclick="nav(this.id)" class="nav-unselect" href="#">杈撻�佽澶�</a></li>
<li><a id="crn" onclick="nav(this.id)" class="nav-unselect" href="#">鍫嗗灈鏈�</a></li>
- <li class="right"><a id="about" class="nav-unselect" onclick="nav(this.id)" href="#">鍏充簬</a></li>
+ <li class="right"><a id="about" class="nav-unselect" onclick="nav(this.id)" href="#">娉ㄩ攢</a></li>
</ul>
<!-- 涓讳綋鍐呭 -->
--
Gitblit v1.9.1