From d17e822b40f30071a4853d13e68c61908e417745 Mon Sep 17 00:00:00 2001 From: liyongle Date: Tue, 9 May 2023 17:08:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Search/Result.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Search/Result.vue b/src/components/Search/Result.vue index 75ea0ed..d35df06 100644 --- a/src/components/Search/Result.vue +++ b/src/components/Search/Result.vue @@ -68,8 +68,8 @@ function show(item: Shop) { border: 1px solid rgb(155 140 133 / 50%); border-radius: 4px; img { - width: 64px; - height: 64px; + width: 62px; + height: 62px; } } .info {