inleft
2022-08-30 271ca6cb0ee2ff0a789bf74d1821e7891a7043bb
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"