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 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/css/crn.css b/src/main/webapp/static/css/crn.css
index eca28d0..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;
@@ -209,7 +209,6 @@
/* -------------------- 绗洓妯″潡 -------------------- */
.crn-output-board {
- /*padding: 10px;*/
margin-top: 10px;
height: 23%;
background-color: #fff;
@@ -225,4 +224,5 @@
height: 100%;
overflow: auto;
resize:none;
+ color: #666;
}
\ No newline at end of file
--
Gitblit v1.9.1