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 | 75 ++++++++++++++++++++++++++++++------- 1 files changed, 60 insertions(+), 15 deletions(-) diff --git a/src/tabviews/zshare/mutilform/index.scss b/src/tabviews/zshare/mutilform/index.scss index 384c310..0f49c85 100644 --- a/src/tabviews/zshare/mutilform/index.scss +++ b/src/tabviews/zshare/mutilform/index.scss @@ -1,14 +1,12 @@ -.ant-advanced-search-form.main-form-field { +.main-form-field { position: relative; padding: 0px 24px 20px; >.ant-row >.ant-col { display: inline-block; float: none; vertical-align: top; - } - .ant-form-item-label .anticon-question-circle { - color: #c49f47; - margin-right: 3px; + padding-left: 1.2%!important; + padding-right: 1.2%!important; } .ant-checkbox-group { line-height: unset; @@ -19,13 +17,40 @@ 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-control { + line-height: 1; + } + } + .ant-form-item.file-upload { margin-bottom: 10px; .ant-form-item-control { - line-height: 1.5; + line-height: 1; + } + } + .ant-form-item.readonly { + .fileupload-form-container { + .ant-upload-select { + display: none; + } + .ant-upload-list-item-actions { + .anticon-delete { + display: none; + } + } } } .ant-form-item.hint { @@ -44,6 +69,7 @@ display: inline-block; text-overflow: ellipsis; white-space: nowrap; + width: 33.3%; } >.ant-row.cols2 .ant-col-24 { .ant-form-item { @@ -66,9 +92,6 @@ } } } - .ant-input-number { - width: 100%; - } .ant-form-explain { overflow:hidden; text-overflow:ellipsis; @@ -81,14 +104,11 @@ min-width: 100px; } } - .normal-braft-editor { - border: 1px solid #d9d9d9; - border-radius: 4px; - overflow-x: hidden; - } p { color: #1890ff; - border-bottom: 1px solid #d9d9d9; + font-size: 15px; + padding-left: 10px; + border-bottom: 1px solid #e9e9e9; } .ant-input-disabled { color: rgba(0, 0, 0, 0.65)!important; @@ -104,4 +124,29 @@ color: rgba(0, 0, 0, 0.65)!important; } } +} + +.main-form-field.up_down { + .ant-form-item { + display: block; + .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