From 1bc7059e1194b0d39d0f6cd8bb45afed53d9496e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98chen=2Ehome=E2=80=99?= <1147347984@qq.com> Date: Wed, 17 Aug 2022 00:47:37 +0800 Subject: [PATCH] =?UTF-8?q?style(styles):=20=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E8=89=B2=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E6=90=9C=E7=B4=A2=E5=92=8Cgithub=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/layouts/BasicLayout/index.vue | 4 +-- src/theme.json | 41 ++++++++++++++----------------- 3 files changed, 21 insertions(+), 26 deletions(-) diff --git a/src/App.vue b/src/App.vue index 64a9f22..7291ee1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@ const locale = zhCN; const dateLocale = dateZhCN; const appStore = useAppStore(); -const themeOverrides: GlobalThemeOverrides = {} || json; +const themeOverrides: GlobalThemeOverrides = json;