From 46bd127cd5c3b81320081fcb93335ec8dcfd5477 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 30 Oct 2023 23:09:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/search/search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/search/search.vue b/components/search/search.vue index 2afce7d6..961b45e3 100644 --- a/components/search/search.vue +++ b/components/search/search.vue @@ -186,7 +186,7 @@ .search-content .search-icon { z-index: 1; left: 20rpx; - top: calc(50% - 14rpx); + top: calc(50% - 12rpx); line-height: 26rpx; }