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;