From e92383f760f42050f55aa032c649814deb3b7752 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 20 5月 2025 18:17:26 +0800
Subject: [PATCH] 组件修改

---
 HIAWms/hiawms_web/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/HIAWms/hiawms_web/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss b/HIAWms/hiawms_web/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss
index 0fff059..0281c01 100644
--- a/HIAWms/hiawms_web/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss
+++ b/HIAWms/hiawms_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