From 4c5995a422e9d7ca6a33c715f9e961c06022331d Mon Sep 17 00:00:00 2001 From: cshaptx4869 <994774638@qq.com> Date: Sat, 25 May 2024 13:43:06 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix(PageModal):=20:bug:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=A1=A8=E5=8D=95=E6=8F=92=E6=A7=BD=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PageModal/index.vue | 360 ++++++++++++++++++++++++++--- 1 file changed, 324 insertions(+), 36 deletions(-) diff --git a/src/components/PageModal/index.vue b/src/components/PageModal/index.vue index 74fad1d6..4dbb77ea 100644 --- a/src/components/PageModal/index.vue +++ b/src/components/PageModal/index.vue @@ -5,16 +5,106 @@ v-model="modalVisible" :append-to-body="true" v-bind="modalConfig.drawer" - @open="handleOpenModal" @close="handleCloseModal" > - + + +