From 29f43af992aac8ad504d290bb9468b772ba5a5d5 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 14 Nov 2022 12:02:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=BC=80=E5=90=AF=E8=BE=85=E5=8A=A9=E7=BD=91=E6=A0=BC?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=90=8E=E7=9F=A9=E9=98=B5=E5=92=8C=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E8=A7=86=E5=9B=BE=E5=8F=A0=E5=9C=A8=E4=B8=80=E8=B5=B7?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/deDrag/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/deDrag/index.vue b/frontend/src/components/deDrag/index.vue index 36589b10a1..6b0a9b7ab8 100644 --- a/frontend/src/components/deDrag/index.vue +++ b/frontend/src/components/deDrag/index.vue @@ -64,7 +64,7 @@ @mousedown.stop.prevent="handleDown(handlei, $event)" @touchstart.stop.prevent="handleTouchDown(handlei, $event)" > - +
- +
@@ -1929,6 +1929,7 @@ export default { const nodes = this.$el.parentNode.childNodes // 获取当前父节点下所有子节点 for (const item of nodes) { if ( + item.tagName !== 'svg' && item.className !== undefined && !item.className.split(' ').includes(this.classNameActive) && item.getAttribute('tab-is-check') !== null &&