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/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