From 5bf2b51ec743cd422a0eb3277b9c93a08c700315 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 10 二月 2025 08:46:30 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/ste.css |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/css/ste.css b/src/main/webapp/static/css/ste.css
index d672224..97dc293 100644
--- a/src/main/webapp/static/css/ste.css
+++ b/src/main/webapp/static/css/ste.css
@@ -30,6 +30,7 @@
 
 .ste-command-item {
     padding: 4px 0;
+    margin-top: 5px;
 }
 .ste-command-item label {
     font-size: 20px;
@@ -174,7 +175,7 @@
 }
 #ste-select .select-container label {
     display: block;
-    padding: 15px 40px;
+    padding: 5px 40px;
     vertical-align: middle; margin-top:-2px; margin-bottom:1px;
 
 }
@@ -289,7 +290,7 @@
 }
 .form-label {
     display: inline-block;
-    width: 70px;
+    width: 130px;
     text-align: right;
 }
 .form-input {
@@ -302,6 +303,7 @@
     border-radius: 3px;
     padding: 5px 8px;
     width: 150px;
+    height: 30px;
     font-size: 14px;
     font-weight: bolder;
 }

--
Gitblit v1.9.1