From e1e826565abaad1fe49389d8ad2eb7f7fdacc28a Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期二, 05 九月 2023 18:31:19 +0800
Subject: [PATCH] 接口

---
 src/components/layout/AppLayout.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/components/layout/AppLayout.vue b/src/components/layout/AppLayout.vue
index 4c2e72a..c946660 100644
--- a/src/components/layout/AppLayout.vue
+++ b/src/components/layout/AppLayout.vue
@@ -41,6 +41,8 @@
   padding: 0;
   // overflow-y: hidden;
 }
-
+* {
+  font-family: 'KaiGenGothicSC-Light';
+}
 </style>
 

--
Gitblit v1.9.3