From 03e68b2be24ea024eae645c47da1d4cb1773302a Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 13 十月 2023 19:47:13 +0800
Subject: [PATCH] #
---
 src/main/webapp/static/css/shuttle.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/static/css/shuttle.css b/src/main/webapp/static/css/shuttle.css
index a5ef5da..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);
@@ -290,7 +290,7 @@
 }
 .form-label {
     display: inline-block;
-    width: 130px;
+    width: 70px;
     text-align: right;
 }
 .form-input {
--
Gitblit v1.9.1