hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2023-12-18 15:01:00 2 * @Date: 2023-12-18 15:01:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-07-15 11:12:22 4 + * @LastEditTime: 2024-07-15 11:23:30
5 * @FilePath: /vue-flow-editor/src/editor/vue-flow-editor-preview1.vue 5 * @FilePath: /vue-flow-editor/src/editor/vue-flow-editor-preview1.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
8 <template> 8 <template>
9 <transition name="vue-flow-editor-preview-transition"> 9 <transition name="vue-flow-editor-preview-transition">
10 <div class="vue-flow-editor-preview1" v-if="p_value"> 10 <div class="vue-flow-editor-preview1" v-if="p_value">
11 - <div class="vue-flow-editor-preview-body" ref="body" style="overflow: scroll;"> 11 + <div class="vue-flow-editor-preview-body" ref="body" style="overflow: auto;">
12 <div class="vue-flow-editor-preview-target" ref="target"></div> 12 <div class="vue-flow-editor-preview-target" ref="target"></div>
13 </div> 13 </div>
14 <div style="position: fixed; bottom: 1rem; right: 1rem; font-size: 25px;"> 14 <div style="position: fixed; bottom: 1rem; right: 1rem; font-size: 25px;">
......