From 151f90d6aa701be749ff2fc80b3599b88ece3844 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 23 三月 2022 21:22:04 +0800 Subject: [PATCH] 2022-03-23 --- 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