src/views/main/flow-x6/components/ConfigPanel/index.vue
@@ -1,5 +1,5 @@ <template> <div class="config" style="width: 100%;height: 100%;"> <div style="width: 100%;height: 100%;"> <config-grid v-show="type === 'grid'" /> <config-node v-show="type === 'node'" :id="id" /> <config-edge v-show="type === 'edge'" :id="id" />