From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/zshare/mutilform/index.scss | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/mutilform/index.scss b/src/tabviews/zshare/mutilform/index.scss index 3eeeb15..baebc0a 100644 --- a/src/tabviews/zshare/mutilform/index.scss +++ b/src/tabviews/zshare/mutilform/index.scss @@ -30,7 +30,12 @@ .ant-form-item { display: flex; } - .ant-form-item.checkcard, .ant-form-item.file-upload { + .ant-form-item.checkcard { + .ant-form-item-control { + line-height: 1; + } + } + .ant-form-item.file-upload { margin-bottom: 10px; .ant-form-item-control { line-height: 1; @@ -132,9 +137,21 @@ .ant-form-item-label { width: 100%!important; text-align: left; + height: 24px; + line-height: 28px; } .ant-form-item-control-wrapper { width: 100%!important; } } +} +.main-form-field.space-middle { + .ant-form-item:not(.ant-form-item-with-help) { + margin-bottom: 15px; + } +} +.main-form-field.space-small { + .ant-form-item:not(.ant-form-item-with-help) { + margin-bottom: 5px; + } } \ No newline at end of file -- Gitblit v1.8.0