新增自学模块

This commit is contained in:
2024-10-13 18:06:42 +08:00
parent e7ac3cf94b
commit d082310e2d
15 changed files with 885 additions and 72 deletions

View File

@@ -10,7 +10,7 @@ import Signup from "../components/Signup.vue"
<n-layout-header bordered class="header">
<Header />
</n-layout-header>
<n-layout-content content-style="padding: 16px; overflow-x: initial">
<n-layout-content content-style="padding: 16px; overflow-x: initial; max-width: 2000px; margin: 0 auto;">
<router-view></router-view>
</n-layout-content>
<Login />