feat: 去除tailwindcss

This commit is contained in:
2026-06-17 11:55:13 +08:00
parent 09221c819a
commit dedf172539
12 changed files with 363 additions and 292 deletions

View File

@@ -4,7 +4,7 @@
:date-locale="dateZhCN"
:theme="lightTheme"
:theme-overrides="themeOverrides"
class="h-full"
class="app-wrapper"
>
<NNotificationProvider>
<NMessageProvider>
@@ -27,3 +27,9 @@ const themeOverrides: GlobalThemeOverrides = {
}
}
</script>
<style scoped>
.app-wrapper {
height: 100%;
}
</style>