From 41115bb4b6d0161ff6d2c15ef6b3d5386a14ac9c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 02 三月 2026 16:40:54 +0800
Subject: [PATCH] 合并
---
admin/src/assets/style/style.scss | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index 686a3d8..1b76d04 100644
--- a/admin/src/assets/style/style.scss
+++ b/admin/src/assets/style/style.scss
@@ -46,11 +46,27 @@
.windows {
z-index: 9991 !important;
}
-
+.table-search-form .el-form {
+ display: flex !important;
+ flex-wrap: wrap;
+}
+.table-search-form .el-form-item__label{
+ min-width: 10px !important;
+}
+.el-form-item {
+ display: flex ;
+}
+.el-form-item__content{
+ margin-left: 0px !important;
+ flex: 1;
+}
// 绌挎妗嗙殑鎸夐挳
.el-transfer__buttons {
padding: 0 16px !important;
}
+.el-form-item__label{
+ min-width: 100px;
+}
.red{
color: red;
}
--
Gitblit v1.9.3