From fec6c24bc3fd902f8ced64bc2600c0b0836f7e52 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 一月 2025 11:34:58 +0800 Subject: [PATCH] 2025-01-10 --- src/menu/components/share/normalheader/index.scss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/normalheader/index.scss b/src/menu/components/share/normalheader/index.scss index 0d9f65f..cc3679c 100644 --- a/src/menu/components/share/normalheader/index.scss +++ b/src/menu/components/share/normalheader/index.scss @@ -12,6 +12,7 @@ text-decoration: inherit; font-weight: inherit; font-style: inherit; + font-family: inherit; float: left; line-height: inherit; margin-left: 10px; @@ -41,6 +42,10 @@ border: 1px solid #d9d9d9; opacity: 0.6; } + .ant-input-search.ant-input-group-wrapper { + position: relative; + top: 5px; + } } .normal-header:not(.tree-search) { display: flex; -- Gitblit v1.8.0