From cbb5c6d3697bea94478c132a8dc0e5773f80aa73 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Wed, 19 Jul 2023 15:01:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchResultList/SearchResultList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SearchResultList/SearchResultList.vue b/src/components/SearchResultList/SearchResultList.vue index bdf10e7..7abe1f3 100644 --- a/src/components/SearchResultList/SearchResultList.vue +++ b/src/components/SearchResultList/SearchResultList.vue @@ -181,7 +181,7 @@ function handleActivity(item: Activity) { color: #615c59; &:last-child { - width: 110px; + width: 150px; height: 30px; padding: 0; margin-left: 0; @@ -205,7 +205,7 @@ function handleActivity(item: Activity) { position: relative; overflow: hidden; width: 822px; - height: 683px; + height: 680px; padding-right: 24px; } .results {