From 8011b37e93c9ce1cad177d7ee42b4e16b9e633a5 Mon Sep 17 00:00:00 2001 From: lingsoul <908707246@qq.com> Date: Thu, 19 Oct 2023 15:47:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E5=AE=8C?= =?UTF-8?q?=E6=88=90Modal=E7=BB=84=E4=BB=B6=E5=85=A8=E5=B1=8F=E3=80=81?= =?UTF-8?q?=E6=8B=96=E6=8B=BD=E3=80=81=E6=8B=89=E4=BC=B8=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E6=94=AF=E6=8C=81slot=E6=8F=92=E6=A7=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/DragModal/index.vue | 165 +++++++++++++++--- .../src/components/DragModal/props.js | 8 +- 2 files changed, 146 insertions(+), 27 deletions(-) diff --git a/snowy-admin-web/src/components/DragModal/index.vue b/snowy-admin-web/src/components/DragModal/index.vue index 1d4dd31c..df8e5e6f 100644 --- a/snowy-admin-web/src/components/DragModal/index.vue +++ b/snowy-admin-web/src/components/DragModal/index.vue @@ -4,20 +4,37 @@ :visible="visible" v-bind="$props" :width="modalWidth" - :footer="null" - :bodyStyle="{ padding: 0 }" - @ok="handleOk" - @cancel="handleCancel" + :wrap-class-name="wrapClassName + fullscreenClass" > -
- -
-