From cdd5b449130ea4d7223fde4f414a11a7d0c33d6d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 三月 2024 17:52:16 +0800 Subject: [PATCH] 2024-03-07 --- src/menu/components/form/tab-form/index.scss | 15 +++------------ 1 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/menu/components/form/tab-form/index.scss b/src/menu/components/form/tab-form/index.scss index 506e5ff..ffb7696 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; @@ -35,6 +25,7 @@ } .form-area { position: relative; + font-size: 14px; .page-card { background: transparent; } -- Gitblit v1.8.0