src/views/project/yw/systemManage/flowApp/components/Sidebar.vue
@@ -2,6 +2,7 @@ <div class="bg-white rounded-lg mt-2 py-2 px-2 relative"> <div v-for="item in VueFlowConfig.nodeStyleMap.values()" :key="item.type" class="cursor-grab rounded-md bg-white py-3 px-2 hover:bg-gray-100" :draggable="true" @dragstart="handleOnDragStart($event, item.type)"