From c350b737713fe518c22036dfc9a2574bcafcb15c Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期二, 02 六月 2020 15:18:08 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/crn.css | 17 +++++++----------
1 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/static/css/crn.css b/src/main/webapp/static/css/crn.css
index 85d7148..c8fea39 100644
--- a/src/main/webapp/static/css/crn.css
+++ b/src/main/webapp/static/css/crn.css
@@ -48,7 +48,7 @@
float: left;
height: 100%;
width: 80%;
- overflow: hidden;
+ overflow: auto;
}
/* 鍫嗗灈鏈虹姸鎬佽〃 */
#crn-state-table {
@@ -75,7 +75,7 @@
/* -------------------- 绗簩妯″潡 -------------------- */
.crn-msg {
- overflow: hidden;
+ overflow: auto;
margin-top: 10px;
height: 20%;
background-color: #fff;
@@ -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;
@@ -164,6 +164,7 @@
padding: 0 10px;
}
.select-container-item input {
+ height: 20px;
border: 1px solid #8D8D8D;
border-radius: 3px;
width: 80px;
@@ -177,7 +178,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 +188,6 @@
padding: 0 10px;
font-size: 16px;
font-weight: 300;
-}
-.button-group {
- margin-top: 10px;
- margin-left: 30px;
}
button.item {
border: 1px solid #333;
@@ -212,7 +209,6 @@
/* -------------------- 绗洓妯″潡 -------------------- */
.crn-output-board {
- /*padding: 10px;*/
margin-top: 10px;
height: 23%;
background-color: #fff;
@@ -228,4 +224,5 @@
height: 100%;
overflow: auto;
resize:none;
+ color: #666;
}
\ No newline at end of file
--
Gitblit v1.9.1