From 6461f5659505768e7a90594c3aab47f90d9ee213 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Mon, 22 Aug 2022 00:37:40 +0800 Subject: [PATCH] 弹窗添加可移动 --- src/components/group/MyPreviewModal.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/group/MyPreviewModal.vue b/src/components/group/MyPreviewModal.vue index 7caf14a..02f55ea 100644 --- a/src/components/group/MyPreviewModal.vue +++ b/src/components/group/MyPreviewModal.vue @@ -1,6 +1,6 @@ <template> <div class="myModal"> - <a-modal v-model="visible" title="编辑预览" width="60%" :footer="null" + <a-modal v-drag-modal v-model="visible" title="编辑预览" width="60%" :footer="null" :bodyStyle="{'overflow':'overlay','width': '100%','height': '700px'}"> <div style="display: flex;"> <a-textarea id="myInput" style="height: 750px;min-width: 50%" v-model="text" -- Gitblit v1.9.1