From a1e9b18a4dbfd21e1bf4d5cb60974ac2f0115efd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 30 五月 2025 15:18:44 +0800 Subject: [PATCH] 2025-05-30 --- src/tabviews/zshare/mutilform/index.scss | 34 ++++++++++++++++++++++++++++------ 1 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/tabviews/zshare/mutilform/index.scss b/src/tabviews/zshare/mutilform/index.scss index 537c050..0f49c85 100644 --- a/src/tabviews/zshare/mutilform/index.scss +++ b/src/tabviews/zshare/mutilform/index.scss @@ -17,10 +17,25 @@ margin-left: 0; } } + .mk-form-label::after { + content: ':'; + position: relative; + top: -0.5px; + margin: 0 8px 0 2px; + text-decoration: none; + } + .ant-form-item-no-colon::after { + content: none!important; + } .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; @@ -89,11 +104,6 @@ min-width: 100px; } } - .normal-braft-editor { - border: 1px solid #d9d9d9; - border-radius: 4px; - overflow-x: hidden; - } p { color: #1890ff; font-size: 15px; @@ -122,9 +132,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