From 1c418796b632684fe332c42dcff0dfcaa5c1d5fd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 16 二月 2022 14:50:15 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/crn.css |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/static/css/crn.css b/src/main/webapp/static/css/crn.css
index 76bfc20..43289ac 100644
--- a/src/main/webapp/static/css/crn.css
+++ b/src/main/webapp/static/css/crn.css
@@ -22,7 +22,7 @@
     padding: 10px;
 }
 .crn-command-item {
-    padding: 20px 0;
+    padding: 4px 0;
 }
 .crn-command-item label {
     font-size: 20px;
@@ -40,7 +40,7 @@
 .crn-command-item input {
     vertical-align: middle;
     outline: none;
-    width: 70%;
+    width: 60%;
 }
 
 /* 鍙� */
@@ -77,7 +77,7 @@
 .crn-msg {
     overflow: auto;
     margin-top: 10px;
-    height: 20%;
+    height: 23%;
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 3px rgba(0,0,0,.3);
@@ -214,7 +214,6 @@
     height: 100%;
     width: 100%;
     z-index: 1000;
-    cursor: pointer;
     text-align: center;
     padding: 80px 0;
 }
@@ -227,7 +226,7 @@
 /* -------------------- 绗洓妯″潡 -------------------- */
 .crn-output-board {
     margin-top: 10px;
-    height: 23%;
+    height: 20%;
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 3px rgba(0,0,0,.3);

--
Gitblit v1.9.1