From 96de6a8f3a16ca76c27fac9f2736a2acc2625966 Mon Sep 17 00:00:00 2001 From: luckyasme <807254037@qq.com> Date: Tue, 11 Mar 2025 20:37:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/src/views/home/TheHome.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/.vitepress/src/views/home/TheHome.vue b/docs/.vitepress/src/views/home/TheHome.vue index 5688d12..7905978 100644 --- a/docs/.vitepress/src/views/home/TheHome.vue +++ b/docs/.vitepress/src/views/home/TheHome.vue @@ -227,6 +227,11 @@ const hotSearch = (val: string) => { cursor: pointer; .o-icon { font-size: 40px; + + svg { + width: 40px; + height: 40px; + } } @include hover { .business-title { @@ -293,6 +298,11 @@ const hotSearch = (val: string) => { .business-card { .o-icon { font-size: 32px; + + svg { + width: 32px; + height: 32px; + } } } .business-title { -- Gitee