From 4daea7b3b251c29a5ab51bf08eb1f787d7d9ae92 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 20 一月 2026 11:20:25 +0800
Subject: [PATCH] 用户托盘条码改成6位,WCS相应从PLC读取6位

---
 src/main/webapp/static/css/shuttle.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/static/css/shuttle.css b/src/main/webapp/static/css/shuttle.css
index 130b897..44cfee4 100644
--- a/src/main/webapp/static/css/shuttle.css
+++ b/src/main/webapp/static/css/shuttle.css
@@ -15,7 +15,7 @@
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 3px rgba(0,0,0,.3);
-    height: 25%;
+    height: 28%;
 }
 /* 宸� */
 .command-log {
@@ -97,7 +97,7 @@
 .shuttle-msg {
     /*overflow: auto;*/
     margin-top: 10px;
-    height: 23%;
+    height: 35%;
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 3px rgba(0,0,0,.3);
@@ -138,7 +138,7 @@
 
 /* 浠诲姟璁惧閫夋嫨妗� */
 .task-select {
-    width: 13%;
+    width: 26%;
     height: 100%;
     overflow: hidden;
     display: inline-block;
@@ -198,7 +198,7 @@
 
 /* 浠诲姟浣滀笟閫夋嫨妗� */
 .task-operator {
-    width: 86%;
+    width: 73%;
     height: 100%;
     overflow: hidden;
     padding: 5px 0 10px 20px;
@@ -259,7 +259,7 @@
 /* -------------------- 绗洓妯″潡 -------------------- */
 .shuttle-output-board {
     margin-top: 10px;
-    height: 20%;
+    height: 10%;
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 3px rgba(0,0,0,.3);

--
Gitblit v1.9.1