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 @@