From 82f9a8d529f78b0aa349a55677f87ace0bb7a773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Mon, 5 Feb 2024 14:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A6=E4=B8=8A=E8=A7=92?= =?UTF-8?q?=E7=BD=91=E7=AB=99=E6=A0=87=E9=A2=98=E6=98=BE=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/sidebar/logo.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/layout/components/sidebar/logo.vue b/src/layout/components/sidebar/logo.vue index 9dec792..0d2cab0 100644 --- a/src/layout/components/sidebar/logo.vue +++ b/src/layout/components/sidebar/logo.vue @@ -55,11 +55,12 @@ const { title } = useNav(); } .sidebar-title { + font-family: "哥特黑白无常", system-ui !important; display: inline-block; - height: 32px; + height: 28px; margin: 2px 0 0 12px; overflow: hidden; - font-size: 18px; + font-size: 20px; font-weight: 600; line-height: 32px; color: $subMenuActiveText;