From b7b35d8bd8f0ff7fe4e1aa6c69a877551bed81a3 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期三, 30 八月 2023 17:17:58 +0800 Subject: [PATCH] 扬尘Vue --- 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