diff --git a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue
index 66077baac5..a7a7520bb3 100644
--- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue
+++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue
@@ -7,6 +7,7 @@ import { downloadCanvas, imgUrlTrans } from '@/utils/imgUtils'
import ComponentEditBar from '@/components/visualization/ComponentEditBar.vue'
import ComponentSelector from '@/components/visualization/ComponentSelector.vue'
import { useEmitt } from '@/hooks/web/useEmitt'
+import Board from '@/components/de-board/Board.vue'
const componentWrapperInnerRef = ref(null)
const componentEditBarRef = ref(null)
@@ -216,12 +217,11 @@ const deepScale = computed(() => scale.value / 100)
/>
-
+ >
scale.value / 100)
position: absolute;
top: 0;
left: 0;
+ z-index: 0;
width: 100% !important;
height: 100% !important;
}
diff --git a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue
index 34503dc9b9..d39590b522 100644
--- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue
+++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue
@@ -43,12 +43,11 @@
>
-
+ >
@@ -108,6 +107,7 @@ import { useEmitt } from '@/hooks/web/useEmitt'
import ComposeShow from '@/components/data-visualization/canvas/ComposeShow.vue'
import { groupSizeStyleAdaptor, groupStyleRevert } from '@/utils/style'
import { isGroupCanvas, isMainCanvas } from '@/utils/canvasUtils'
+import Board from '@/components/de-board/Board.vue'
const dvMainStore = dvMainStoreWithOut()
const snapshotStore = snapshotStoreWithOut()
const contextmenuStore = contextmenuStoreWithOut()
diff --git a/core/core-frontend/src/components/de-board/Board.vue b/core/core-frontend/src/components/de-board/Board.vue
new file mode 100644
index 0000000000..90b8399b88
--- /dev/null
+++ b/core/core-frontend/src/components/de-board/Board.vue
@@ -0,0 +1,65 @@
+
+
+
+
+
+
diff --git a/core/core-frontend/src/custom-component/canvas-board/Component.vue b/core/core-frontend/src/custom-component/canvas-board/Component.vue
index 8ab4b0210c..a62dc3fdaa 100644
--- a/core/core-frontend/src/custom-component/canvas-board/Component.vue
+++ b/core/core-frontend/src/custom-component/canvas-board/Component.vue
@@ -1,10 +1,10 @@
-
+
-
+