problem list.

This commit is contained in:
2023-03-14 20:58:43 +08:00
parent b987749ff6
commit 51328770c6
7 changed files with 118 additions and 39 deletions

View File

@@ -94,7 +94,7 @@ const active = computed(() => (route.name as string) || "home")
<n-layout-sider bordered :native-scrollbar="false">
<n-menu :options="options" :value="active" />
</n-layout-sider>
<n-layout-content :native-scrollbar="false" content-style="padding: 16px">
<n-layout-content content-style="padding: 16px">
<router-view></router-view>
</n-layout-content>
</n-layout>