From f0bf8c399c354c22227f8f1a76ed806098db59c0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 21 五月 2024 16:51:02 +0800 Subject: [PATCH] 2024-05-21 --- src/menu/modalconfig/index.scss | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/menu/modalconfig/index.scss b/src/menu/modalconfig/index.scss index d73bd57..3de73e1 100644 --- a/src/menu/modalconfig/index.scss +++ b/src/menu/modalconfig/index.scss @@ -76,8 +76,16 @@ height: 100%; overflow-y: hidden; background: #ffffff; - .ant-card-head { - min-height: 44px; + .ant-card { + padding-top: 45px; + .ant-card-head { + min-height: 44px; + position: fixed; + width: calc(100vw - 235px); + top: 48px; + z-index: 12; + background: #ffffff; + } } .ant-card-head-title { padding: 5px 0; @@ -265,12 +273,6 @@ top: 5px; padding: 10px; cursor: pointer; - } - .paste-Icon { - position: absolute; - font-size: 16px; - right: 15px; - top: 65px; } } } -- Gitblit v1.8.0