From 13034e2d8761b79b925e058e267ade024c97fed7 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 24 七月 2024 17:37:44 +0800 Subject: [PATCH] feat:首页登陆样式适配修改 --- App.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/App.vue b/App.vue index bef369a..112044b 100644 --- a/App.vue +++ b/App.vue @@ -45,4 +45,8 @@ body { font-family: siYuanLight, sans-serif; } +</style> +<style lang='scss'> + @import '@/utils/publicStyle.scss'; + </style> \ No newline at end of file -- Gitblit v1.9.1