From e9442ea328f1f33c9c05a4ad0676deef8d6efae6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 二月 2022 09:44:13 +0800 Subject: [PATCH] 2022-02-21 --- src/menu/components/share/normalheader/index.scss | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/menu/components/share/normalheader/index.scss b/src/menu/components/share/normalheader/index.scss index ed805b2..2bd66c6 100644 --- a/src/menu/components/share/normalheader/index.scss +++ b/src/menu/components/share/normalheader/index.scss @@ -19,10 +19,11 @@ } .model-custom-header-search-list { flex: 1; + padding-top: 5px; } .ant-input-search.ant-input-affix-wrapper { - width: calc(100% - 140px); - max-width: 130px; + width: 50%; + max-width: 150px; margin-top: 8px; margin-right: 25px; float: right; -- Gitblit v1.8.0