From 2a66c437952971e9065dff5c48d76c6ae50b6c5d Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期三, 16 三月 2022 11:03:08 +0800
Subject: [PATCH] # 加vue
---
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