feat: 完成新开页的设计

This commit is contained in:
MTrun
2021-12-21 14:57:31 +08:00
parent 35a05c046b
commit f9d0547fc3
14 changed files with 262 additions and 44 deletions
+4 -2
View File
@@ -5,8 +5,9 @@
<Sider />
</n-space>
<n-layout>
<Header />
<HeaderPro />
<n-layout
id="go-project-content-top"
class="content-top"
position="absolute"
:native-scrollbar="false"
@@ -24,7 +25,8 @@
<script setup lang="ts">
import { Sider } from './layout/components/Sider'
import { Header } from './layout/components/Header/index'
// import { Header } from './layout/components/Header/index'
import { HeaderPro } from '@/layout/components/HeaderPro'
import { TransitionMain } from '@/layout/components/TransitionMain/index'
</script>