From cc1a76df575c18f0d0ee96e8658461efdce3a918 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 17 一月 2023 18:01:01 +0800 Subject: [PATCH] 2023-01-17 --- src/menu/components/form/tab-form/index.scss | 18 ++++++------------ 1 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/menu/components/form/tab-form/index.scss b/src/menu/components/form/tab-form/index.scss index 60df5e6..8ca4c7c 100644 --- a/src/menu/components/form/tab-form/index.scss +++ b/src/menu/components/form/tab-form/index.scss @@ -6,18 +6,8 @@ background-repeat: no-repeat; background-size: cover; min-height: 30px; - - .card-control { - position: absolute; - top: 0px; - left: 0px; - .anticon-tool { - right: auto; - left: 1px; - padding: 1px; - } - } - .anticon-tool { + + >.anticon-tool { position: absolute; z-index: 2; font-size: 16px; @@ -67,6 +57,10 @@ padding-top: 10px; padding-bottom: 30px; } + .modal-fields-row:not(.mob-form) { + padding-left: 10px; + padding-right: 10px; + } .am-list-item { background-color: transparent; } -- Gitblit v1.8.0