From 7b0dbecd1d6155d26ec67be0a47a16264c738c85 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 09 五月 2023 14:48:10 +0800 Subject: [PATCH] 2023-05-09 --- src/templates/modalconfig/dragelement/index.scss | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/templates/modalconfig/dragelement/index.scss b/src/templates/modalconfig/dragelement/index.scss index 1c12c6c..c99318b 100644 --- a/src/templates/modalconfig/dragelement/index.scss +++ b/src/templates/modalconfig/dragelement/index.scss @@ -38,12 +38,17 @@ color: #1890ff; } } - .mk-form-label::after { + .mk-form-label:after { content: ':'; position: relative; top: -0.5px; margin: 0 8px 0 2px; text-decoration: none; + } + .mk-form-label.no-colon { + opacity: 0; + width: 1px; + display: inline-block; } .ant-form-item-no-colon::after { content: none!important; @@ -135,12 +140,12 @@ } .modal-fields-row.up_down { .ant-form-item { - display: block; + display: block!important; .ant-form-item-label { width: 100%!important; text-align: left; - height: 24px; - line-height: 28px; + height: 24px!important; + line-height: 28px!important; } .ant-form-item-control-wrapper { width: 100%!important; -- Gitblit v1.8.0