mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增切换按钮
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user