inleft
2022-08-26 fa1bd95d533444d7360d1ada127b7a3279a3901f
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"