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"