From 172815d6d8fa362f52cd2e99351d4318c73a2c86 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 17 Jan 2020 10:02:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/searchInput.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/searchInput.vue b/nezha-fronted/src/components/common/searchInput.vue index 66e11139b..e32ae3298 100644 --- a/nezha-fronted/src/components/common/searchInput.vue +++ b/nezha-fronted/src/components/common/searchInput.vue @@ -1218,8 +1218,8 @@ width: 240px; background: #fff; color: rgba(0,0,0,.55); - height: 25px; - line-height: 25px; + height: 24px; + line-height: 24px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; display: flex;