From 934c0ddfba7543b59927b2ac0cc44827898198b3 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 27 一月 2021 14:30:48 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/crn.css | 26 +++++++++++++++++++++-----
1 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/static/css/crn.css b/src/main/webapp/static/css/crn.css
index eca28d0..ea974b0 100644
--- a/src/main/webapp/static/css/crn.css
+++ b/src/main/webapp/static/css/crn.css
@@ -40,7 +40,7 @@
.crn-command-item input {
vertical-align: middle;
outline: none;
- width: 70%;
+ width: 60%;
}
/* 鍙� */
@@ -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,9 +208,23 @@
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 {
- /*padding: 10px;*/
margin-top: 10px;
height: 23%;
background-color: #fff;
@@ -225,4 +240,5 @@
height: 100%;
overflow: auto;
resize:none;
-}
\ No newline at end of file
+ color: #666;
+}
--
Gitblit v1.9.1