From 5a149d626ae8bc3fa4bddbb53f8caf40f51f6da6 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 04 6月 2025 17:42:13 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- CommonDLL/公共前端组件/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss | 38 ++++++++++++++++++++------------------ 1 files changed, 20 insertions(+), 18 deletions(-) diff --git "a/CommonDLL/\345\205\254\345\205\261\345\211\215\347\253\257\347\273\204\344\273\266/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss" "b/CommonDLL/\345\205\254\345\205\261\345\211\215\347\253\257\347\273\204\344\273\266/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss" index 0fff059..0281c01 100644 --- "a/CommonDLL/\345\205\254\345\205\261\345\211\215\347\253\257\347\273\204\344\273\266/src/components/DyFormForHighQuery/DyFormForHighQuery.module.scss" +++ "b/CommonDLL/\345\205\254\345\205\261\345\211\215\347\253\257\347\273\204\344\273\266/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