mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 完成新开页的设计
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user