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 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/webapp/static/css/shuttle.css b/src/main/webapp/static/css/shuttle.css
index b507363..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;
@@ -227,7 +227,7 @@
border: 1px solid #333;
font-size: 13px;
padding: 1px 1px 1px 1px;
- width: 100px;
+ width: 110px;
height: 40px;
outline: none;
cursor: pointer;
@@ -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