From d07ef6f642370b9037f1c71ff255cd5131763eb2 Mon Sep 17 00:00:00 2001 From: AkiChase <1003019131@qq.com> Date: Mon, 6 May 2024 19:43:27 +0800 Subject: [PATCH] feat(front): check update at startup --- src/App.vue | 6 ++++ src/components/Mask.vue | 54 +++++++++++++++++++++++++++-- src/components/setting/About.vue | 55 +++--------------------------- src/components/setting/Setting.vue | 55 +++++++++++++++++------------- src/store/global.ts | 3 ++ 5 files changed, 97 insertions(+), 76 deletions(-) diff --git a/src/App.vue b/src/App.vue index fa2307b..b7544e4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -123,4 +123,10 @@ onMounted(async () => { .n-scrollbar-content { height: 100%; } + +.n-spin-content, +.n-spin-container { + width: 100%; + height: 100%; +} diff --git a/src/components/Mask.vue b/src/components/Mask.vue index ff12a36..793cbcc 100644 --- a/src/components/Mask.vue +++ b/src/components/Mask.vue @@ -1,6 +1,6 @@