From 9bec4dcae002f36aa23231da11cb03a156b40110 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 30 4月 2025 16:24:16 +0800
Subject: [PATCH] 222

---
 PipeLineLems/web/src/components/DyForm/DyForm.module.scss |   27 ++++++++++++++++++++++-----
 1 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/PipeLineLems/web/src/components/DyForm/DyForm.module.scss b/PipeLineLems/web/src/components/DyForm/DyForm.module.scss
index 609bb6b..0281c01 100644
--- a/PipeLineLems/web/src/components/DyForm/DyForm.module.scss
+++ b/PipeLineLems/web/src/components/DyForm/DyForm.module.scss
@@ -14,13 +14,30 @@
       margin-left: 10px;
     }
   }
-  :global(.cs-select){
+  :global(.cs-select) {
     width: 100%;
   }
-  :global(.cs-form--inline .cs-form-item){
-      width: 46%;
+  :global(.cs-form--inline .cs-form-item) {
+    width: 46%;
   }
-  :global(.cs-form--inline .cs-form-item:nth-last-of-type(2n)){
-      margin-right: 0;
+  :global(.cs-form--inline .cs-form-item:nth-last-of-type(2n)) {
+    margin-right: 0;
   }
+  :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