This commit is contained in:
Dream Hunter
2024-04-22 21:03:25 +08:00
committed by GitHub
parent 90c8eff2e5
commit 27138dc6a0
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ onMounted(async () => {
<template>
<n-config-provider :locale="localeConfig" :theme="theme">
<n-global-style />
<n-spin description="loading..." :show="loading" style="z-index: 9999;">
<n-spin description="loading..." :show="loading">
<n-message-provider>
<n-grid x-gap="12" :cols="12">
<n-gi v-if="!isMobile" span="1"></n-gi>