From 006ca71bd84497f2ff53630a3f9257f7a6e29391 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 06 一月 2022 08:49:10 +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 ea974b0..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;
@@ -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);
@@ -226,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