From 3fbfefcf6bdbf35ac36d6e9b01aa75e2cff77ab6 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 30 4月 2025 19:05:47 +0800 Subject: [PATCH] 查询 --- HIAWms/web/src/components/DyForm/DyForm.module.scss | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/HIAWms/web/src/components/DyForm/DyForm.module.scss b/HIAWms/web/src/components/DyForm/DyForm.module.scss new file mode 100644 index 0000000..609bb6b --- /dev/null +++ b/HIAWms/web/src/components/DyForm/DyForm.module.scss @@ -0,0 +1,26 @@ +.formStyle { + .formItemLabel { + display: inline-flex; + justify-content: flex-end; + align-items: center; + flex: 0 0 auto; + font-size: var(--cs-form-label-font-size); + color: var(--cs-text-color-regular); + height: 32px; + line-height: 32px; + padding: 0 12px 0 0; + box-sizing: border-box; + > img { + margin-left: 10px; + } + } + :global(.cs-select){ + width: 100%; + } + :global(.cs-form--inline .cs-form-item){ + width: 46%; + } + :global(.cs-form--inline .cs-form-item:nth-last-of-type(2n)){ + margin-right: 0; + } +} -- Gitblit v1.9.3