This commit is contained in:
2023-04-03 20:21:21 +08:00
parent 597a5ee267
commit e1f0052723

View File

@@ -9,7 +9,7 @@ import Header from "../Header.vue"
<n-layout-header bordered class="header">
<Header />
</n-layout-header>
<n-layout-content content-style="padding: 16px">
<n-layout-content content-style="padding: 16px; overflow-x: initial">
<router-view></router-view>
</n-layout-content>
<Login />