|
|
@@ -15,7 +15,7 @@
|
|
|
<n-layout-content content-style="overflow:hidden; display: flex">
|
|
|
<ContentCharts />
|
|
|
<ContentLayers />
|
|
|
- <ContentDraw />
|
|
|
+ <ContentDrag />
|
|
|
<ContentDetails />
|
|
|
</n-layout-content>
|
|
|
</n-layout>
|
|
|
@@ -29,7 +29,7 @@ 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'
|
|
|
+import { ContentDrag } from './components/ContentDrag/index'
|
|
|
import { ContentDetails } from './components/ContentDetails/index'
|
|
|
</script>
|
|
|
|