From 21eac69df8b18ef44ab267a4e2efe714f985d8d9 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期六, 29 七月 2023 14:26:57 +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