From 99a08ba7899e6904bb1ac6d4128a0e99c2202971 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Sun, 10 Oct 2021 19:38:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=94=BB=E5=B8=83=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/DeDrag/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/DeDrag/index.vue b/frontend/src/components/DeDrag/index.vue index df959d58a6..e0cf9c2d1e 100644 --- a/frontend/src/components/DeDrag/index.vue +++ b/frontend/src/components/DeDrag/index.vue @@ -21,7 +21,7 @@ @mouseenter="enter" @mouseleave="leave" > - +
{ + this.recordMatrixCurShadowStyle() + }, 50) } this.hasMove && this.$store.commit('recordSnapshot', 'handleUp') // 记录snapshot后 移动已记录设置为false