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

chore: 卡片样式优化

parent 4304ccaf
...@@ -48,20 +48,18 @@ useResizeObserver(rootContainer, (entries) => { ...@@ -48,20 +48,18 @@ useResizeObserver(rootContainer, (entries) => {
</script> </script>
<template> <template>
<n-dialog-provider> <div ref="rootContainer" class="h-full w-full">
<div ref="rootContainer" class="h-full w-full"> <MessageTipModal />
<MessageTipModal />
<NConfigProvider <NConfigProvider
class="h-full w-full" class="h-full w-full"
:locale="currentLocale" :locale="currentLocale"
:date-locale="currentDateLocale" :date-locale="currentDateLocale"
:theme-overrides="themeOverrides" :theme-overrides="themeOverrides"
> >
<RouterView v-slot="{ Component }"> <RouterView v-slot="{ Component }">
<Component :is="Component" /> <Component :is="Component" />
</RouterView> </RouterView>
</NConfigProvider> </NConfigProvider>
</div> </div>
</n-dialog-provider>
</template> </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