inleft
2022-03-04 74344a2ec388b78fe906a22c31f8fdb77fc60b12
src/components/group/MyPreviewModal.vue
@@ -5,7 +5,6 @@
         <div style="display: flex;">
            <a-textarea id="myInput" style="height: 750px;min-width: 50%" v-model="text" 
               @keydown.9.native.prevent="tabFunc" />
            <div class="markdown-body article-detail" style="min-width: 50%;border: 1px solid #d9d9d9;">
               <vue-markdown :source="text"></vue-markdown>
            </div>
@@ -18,6 +17,7 @@
<script>
   import VueMarkdown from 'vue-markdown'
   import md5 from 'js-md5';
   export default {
      components: {