From 3414428c5ebebfbac7cdb9aafe3698de00de0248 Mon Sep 17 00:00:00 2001 From: lingsoul <908707246@qq.com> Date: Thu, 19 Oct 2023 16:04:27 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=82=B9=E5=87=BB=E8=92=99=E5=B1=82=E6=88=96=E6=8C=89?= =?UTF-8?q?esc=E6=97=A0=E6=B3=95=E5=85=B3=E9=97=AD=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E6=A1=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/components/DragModal/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/snowy-admin-web/src/components/DragModal/index.vue b/snowy-admin-web/src/components/DragModal/index.vue index df8e5e6f..61526bc7 100644 --- a/snowy-admin-web/src/components/DragModal/index.vue +++ b/snowy-admin-web/src/components/DragModal/index.vue @@ -5,6 +5,7 @@ v-bind="$props" :width="modalWidth" :wrap-class-name="wrapClassName + fullscreenClass" + @cancel="handleCancel" > @@ -155,9 +156,6 @@ changeWidth(width) { this.modalWidth = width }, - getPopupContainer(trigger) { - return trigger?.parentElement ?? document.body - }, handleFullScreen(e) { e?.stopPropagation() e?.preventDefault()