From 26e2110434fea42148d176b0ce36bb436131306f Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 17 Sep 2021 17:48:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=9F=A9?= =?UTF-8?q?=E5=BD=A2=EF=BC=8C=E6=96=87=E5=AD=97=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E9=97=B4=E9=9A=99=E7=AD=89=E9=BB=98=E8=AE=A4=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/DeDrag/MoveInShadow.vue | 69 +++++++++++++++++++ frontend/src/components/DeDrag/shadow.vue | 2 +- .../canvas/components/Editor/index.vue | 2 +- frontend/src/store/index.js | 10 ++- frontend/src/views/panel/ViewSelect/index.vue | 2 + frontend/src/views/panel/edit/index.vue | 2 + 6 files changed, 84 insertions(+), 3 deletions(-) create mode 100644 frontend/src/components/DeDrag/MoveInShadow.vue diff --git a/frontend/src/components/DeDrag/MoveInShadow.vue b/frontend/src/components/DeDrag/MoveInShadow.vue new file mode 100644 index 0000000000..366436c3aa --- /dev/null +++ b/frontend/src/components/DeDrag/MoveInShadow.vue @@ -0,0 +1,69 @@ + + + + diff --git a/frontend/src/components/DeDrag/shadow.vue b/frontend/src/components/DeDrag/shadow.vue index e0a1d9993a..f4c7796496 100644 --- a/frontend/src/components/DeDrag/shadow.vue +++ b/frontend/src/components/DeDrag/shadow.vue @@ -1,5 +1,5 @@