From f0ba88eb54a20b3e39e302662d83ab60b6f3e337 Mon Sep 17 00:00:00 2001 From: coderxslee Date: Tue, 18 Mar 2025 09:34:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=A0=8F=E4=B8=8A=E6=96=B9=E7=9A=84=E7=B3=BB=E7=BB=9F=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=8C=85=E5=90=AB=20j=E3=80=81g=20=E7=AD=89=EF=BC=8C?= =?UTF-8?q?=E5=AD=97=E6=AF=8D=E5=BA=95=E9=83=A8=E6=98=BE=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E5=85=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Logo.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layout/components/Logo.vue b/src/layout/components/Logo.vue index 2bf2045..4138179 100644 --- a/src/layout/components/Logo.vue +++ b/src/layout/components/Logo.vue @@ -63,6 +63,9 @@ const toHome = () => { padding-left: 6px; white-space: nowrap; transition: color 0.3s; + line-height: 1.5; + display: inline-flex; + align-items: center; &:hover { color: $color-theme !important;