From a77fba09924d4c8a5240acae5e7740dad7476cd2 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期一, 21 九月 2020 15:57:51 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/crn.css | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/css/crn.css b/src/main/webapp/static/css/crn.css
index f16c57f..97ae7d0 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;
@@ -107,6 +107,7 @@
/* -------------------- 绗笁妯″潡 -------------------- */
.crn-operation {
+ position: relative;
margin-top: 10px;
height: 25%;
background-color: #fff;
@@ -207,6 +208,21 @@
color: #fff;
}
+/* 鎵嬪姩鎿嶄綔閬僵 */
+.crn-operation-shade {
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ z-index: 1000;
+ text-align: center;
+ padding: 80px 0;
+}
+.crn-operation-shade-span {
+ font-size: xx-large;
+ font-weight: bold;
+ color: red;
+}
+
/* -------------------- 绗洓妯″潡 -------------------- */
.crn-output-board {
margin-top: 10px;
@@ -225,4 +241,4 @@
overflow: auto;
resize:none;
color: #666;
-}
\ No newline at end of file
+}
--
Gitblit v1.9.1