From 89ab2ec7f8790c5cc184de98682af032c69c2afc Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 11 九月 2024 15:13:27 +0800 Subject: [PATCH] 2024.9.11 --- src/App.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8f6d93e..afb2f2e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,4 +11,10 @@ </el-config-provider> </template> -<style scoped></style> +<style> +html, +body { + margin: 0; + font-family: '鎬濇簮榛戜綋'; +} +</style> -- Gitblit v1.9.3