Commit 287eb221 authored by shirlyn.guo's avatar shirlyn.guo 🤡

chore: 卡片样式优化

parent 4304ccaf
......@@ -48,20 +48,18 @@ useResizeObserver(rootContainer, (entries) => {
</script>
<template>
<n-dialog-provider>
<div ref="rootContainer" class="h-full w-full">
<MessageTipModal />
<div ref="rootContainer" class="h-full w-full">
<MessageTipModal />
<NConfigProvider
class="h-full w-full"
:locale="currentLocale"
:date-locale="currentDateLocale"
:theme-overrides="themeOverrides"
>
<RouterView v-slot="{ Component }">
<Component :is="Component" />
</RouterView>
</NConfigProvider>
</div>
</n-dialog-provider>
<NConfigProvider
class="h-full w-full"
:locale="currentLocale"
:date-locale="currentDateLocale"
:theme-overrides="themeOverrides"
>
<RouterView v-slot="{ Component }">
<Component :is="Component" />
</RouterView>
</NConfigProvider>
</div>
</template>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment