diff --git a/frontend/src/components/DeDrag/DragShadow.vue b/frontend/src/components/DeDrag/DragShadow.vue
new file mode 100644
index 0000000000..60d9e6d358
--- /dev/null
+++ b/frontend/src/components/DeDrag/DragShadow.vue
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+
diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue
index b647626b30..e3ba326800 100644
--- a/frontend/src/components/canvas/components/Editor/index.vue
+++ b/frontend/src/components/canvas/components/Editor/index.vue
@@ -275,6 +275,7 @@ export default {
// 第一次变化 不需要 重置边界 待改进
if (this.changeIndex++ > 0) {
this.resizeParentBounds()
+ this.$store.state.styleChangeTimes++
}
// this.changeScale()
},