inleft
2024-05-18 57e3bead08715d72efaeffe90fafa179b8366473
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"