From fd666806b58ab0f8276ae538a040a482521c8c48 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 20 5月 2025 18:15:53 +0800
Subject: [PATCH] 高级查询样式整改(其实我发现并没有什么变化啊)
---
PipeLineLems/pipelinelems_web/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss | 38 ++++++++++++++++++++------------------
1 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/PipeLineLems/pipelinelems_web/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss b/PipeLineLems/pipelinelems_web/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss
index 0fff059..0281c01 100644
--- a/PipeLineLems/pipelinelems_web/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss
+++ b/PipeLineLems/pipelinelems_web/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss
@@ -1,15 +1,4 @@
.formStyle {
- .formItem {
- // 绉婚櫎鍥哄畾瀹藉害闄愬埗
- width: auto !important;
- margin-right: 0 !important;
- }
-
- .formControl {
- flex: 1; // 璁╂帶浠跺崰鎹墿浣欑┖闂�
- min-width: 0; // 鍏佽鎺т欢鏀剁缉
- }
-
.formItemLabel {
display: inline-flex;
justify-content: flex-end;
@@ -25,17 +14,30 @@
margin-left: 10px;
}
}
-
:global(.cs-select) {
width: 100%;
}
-
- // 绉婚櫎鍥哄畾瀹藉害璁剧疆
:global(.cs-form--inline .cs-form-item) {
- width: auto !important;
+ width: 46%;
}
-
:global(.cs-form--inline .cs-form-item:nth-last-of-type(2n)) {
- margin-right: 0 !important;
+ margin-right: 0;
}
-}
\ No newline at end of file
+ :global(.cs-date-editor) {
+ width: 100%;
+ }
+}
+.optionLabel {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+}
+.formitemPropsLabel {
+ display: flex;
+ justify-content: flex-start;
+ align-items: center;
+}
+
+.itemDistance {
+ margin-bottom: 20px !important;
+}
--
Gitblit v1.9.3