From d00e1b2c50ab85175b1adab119326cc7e5ba250b Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 04 一月 2024 08:25:44 +0800
Subject: [PATCH] #堆垛机信息页面修改

---
 src/main/webapp/static/wcs/css/crn.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/wcs/css/crn.css b/src/main/webapp/static/wcs/css/crn.css
index 1bb7c73..84b7d42 100644
--- a/src/main/webapp/static/wcs/css/crn.css
+++ b/src/main/webapp/static/wcs/css/crn.css
@@ -52,7 +52,7 @@
 /* 鍙� */
 .crn-state {
     height: 100%;
-    width: 79%;
+    width: 100%;
     overflow: auto;
     float: left;
 }
@@ -83,7 +83,7 @@
 .crn-msg {
     /*overflow: auto;*/
     margin-top: 10px;
-    height: 250px;
+    height: 350px;
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 3px rgba(0,0,0,.3);
@@ -232,7 +232,7 @@
 /* -------------------- 绗洓妯″潡 -------------------- */
 .crn-output-board {
     margin-top: 10px;
-    height: 350px;
+    height: 200px;
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 3px rgba(0,0,0,.3);

--
Gitblit v1.9.1