From 5d3b11da49ed40a31b90b1c84f5b180f9b682c6f Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 16 三月 2022 15:21:19 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/ste.css |   29 ++++++++++++++++++++++-------
 1 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/static/css/ste.css b/src/main/webapp/static/css/ste.css
index a422487..c21a5d5 100644
--- a/src/main/webapp/static/css/ste.css
+++ b/src/main/webapp/static/css/ste.css
@@ -38,7 +38,7 @@
 }
 .demoBtn {
     vertical-align: middle;
-    width: 30%;
+    width: 100%;
     height: 30px;
     left: 0;
     top: 0;
@@ -60,14 +60,29 @@
 .demoBtn:focus {
     outline: 0;
 }
-.ste-command-item span {
+/*鈻间笅鎷夎彍鍗曗柤*/
+.form-item {
+    width: 220px;
     display: inline-block;
-    width: 20px;
-    height: 20px;
-    background-color: #2e9926;
-    border-radius: 5px;
-    vertical-align: middle;
+    color: white;
+    font-size: 16px;
+    font-weight: bold;
+    padding: 3px;margin:3px
 }
+.form-item input {
+    display: inline-block;
+    width: 100px;
+    float: right;
+}
+/*鈻蹭笅鎷夎彍鍗曗柌*/
+/*.ste-command-item span {*/
+/*    display: inline-block;*/
+/*    width: 20px;*/
+/*    height: 20px;*/
+/*    background-color: #2e9926;*/
+/*    border-radius: 5px;*/
+/*    vertical-align: middle;*/
+/*}*/
 
 /* 鍙� */
 .ste-state {

--
Gitblit v1.9.1