From 2b97e11ec9159f276fa054b080393e38ab69ba9a Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 10 八月 2023 10:57:40 +0800
Subject: [PATCH] 检测路径是否可行走。如果路径为目标库位,但不可行走,系统将尝试重新计算路径

---
 src/main/webapp/views/console.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 9dca6b9..5a080ce 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -66,7 +66,7 @@
         <!-- 鍥涘悜绌挎杞︾姸鎬� -->
         <div class="line-status">
             <div class="body-head">绌挎杞︾姸鎬�</div>
-            <div id="shuttle-status-box">
+            <div id="shuttle-status-box" style="height: 100px;overflow-y: scroll;overflow-x: hidden;">
             </div>
             <div class="button"><span>鎵�鏈夌姸鎬�</span></div>
             <div class="button item-group">
@@ -82,7 +82,7 @@
         <!-- 鎻愬崌鏈虹姸鎬� -->
         <div class="line-status">
             <div class="body-head">鎻愬崌鏈虹姸鎬�</div>
-            <div id="lift-status-box">
+            <div id="lift-status-box" style="height: 120px;overflow-y: scroll;overflow-x: hidden;">
 
             </div>
             <div class="button"><span>鎵�鏈夌姸鎬�</span></div>

--
Gitblit v1.9.1