fix: 新增切换按钮

This commit is contained in:
MTrun
2022-01-06 15:37:44 +08:00
parent fcc6b20fb6
commit 7c1bba409a
6 changed files with 396 additions and 318 deletions
+2 -3
View File
@@ -13,12 +13,10 @@
</template>
</HeaderPro>
<n-layout-content content-style="overflow:hidden; display: flex">
<!-- <n-space :size="2">
</n-space> -->
<ContentLayers />
<ContentCharts />
<ContentDraw />
<ContentDetails />
</n-layout-content>
</n-layout>
</div>
@@ -32,6 +30,7 @@ import { HeaderTitle } from './components/HeaderTitle/index'
import { ContentLayers } from './components/ContentLayers/index'
import { ContentCharts } from './components/ContentCharts/index'
import { ContentDraw } from './components/ContentDraw/index'
import { ContentDetails } from './components/ContentDetails/index'
</script>
<style lang="scss" scoped>