mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat:完整布局封装
This commit is contained in:
@@ -12,8 +12,13 @@
|
||||
<HeaderRightBtn />
|
||||
</template>
|
||||
</HeaderPro>
|
||||
<n-layout-content>
|
||||
<n-space></n-space>
|
||||
<n-layout-content content-style="overflow:hidden; display: flex">
|
||||
<!-- <n-space :size="2">
|
||||
|
||||
</n-space> -->
|
||||
<ContentLayers />
|
||||
<ContentCharts />
|
||||
<ContentDraw />
|
||||
</n-layout-content>
|
||||
</n-layout>
|
||||
</div>
|
||||
@@ -24,6 +29,9 @@ import { HeaderPro } from '@/layout/components/HeaderPro'
|
||||
import { HeaderLeftBtn } from './components/HeaderLeftBtn/index'
|
||||
import { HeaderRightBtn } from './components/HeaderRightBtn/index'
|
||||
import { HeaderTitle } from './components/HeaderTitle/index'
|
||||
import { ContentLayers } from './components/ContentLayers/index'
|
||||
import { ContentCharts } from './components/ContentCharts/index'
|
||||
import { ContentDraw } from './components/ContentDraw/index'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user