yangyin
2024-09-06 cf5c3cde7d0dbec44d4c2f7bea87c4d5362accb0
src/components/flow/FlowToolbar.vue
@@ -3,7 +3,7 @@
      <el-button
         v-if="showExist"
         icon="ele-ArrowLeft"
         text
         link
         style="margin-right: 10px; margin-left: 10px; width: 40px"
         size="small"
         @click="handleExitClick"
@@ -18,7 +18,7 @@
</template>
<script setup lang="ts">
import {  definePropType } from 'element-plus/es/utils/vue/props/runtime';
import { definePropType } from 'element-plus/es/utils/vue/props/runtime';
import type { ButtonComponentProps } from './types';
import ToolbarMenu from '/@/components/flow/ToolbarMenu.vue';