From 9e322cf8ed0d62124fcd017d6066ecfc50950196 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 19 十二月 2021 14:19:59 +0800 Subject: [PATCH] 2021-12-19 --- src/mob/components/search/single-search/index.scss | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/mob/components/search/single-search/index.scss b/src/mob/components/search/single-search/index.scss index d25c6ba..a62d8fb 100644 --- a/src/mob/components/search/single-search/index.scss +++ b/src/mob/components/search/single-search/index.scss @@ -25,10 +25,11 @@ .ant-input { flex: 1; border-radius: 0; + height: 100%; } .anticon-scan { font-size: 18px; - padding: 5px; + padding: 0px 10px; color: #959595; } .ant-btn { @@ -36,6 +37,7 @@ position: relative; right: -1px; min-width: 45px; + height: 100%; } } } -- Gitblit v1.8.0