feat:完整布局封装

This commit is contained in:
MTrun
2022-01-06 13:45:51 +08:00
parent 1afc06b079
commit df1fccffa7
17 changed files with 236 additions and 15 deletions
+10 -2
View File
@@ -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>