2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 03:17:24 +08:00

feat: 全局去除圆角

This commit is contained in:
耗子
2025-02-09 22:13:23 +08:00
parent 8c8a957df1
commit 459b71e8cb
20 changed files with 38 additions and 40 deletions

View File

@@ -33,7 +33,7 @@ const route = useRoute()
</template>
</header>
<n-card flex-1 rounded-10>
<n-card flex-1>
<slot />
</n-card>
</AppPage>