hookehuyr

fix

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