wujingjing
2024-12-19 6f95ca0e2ce85ee1afb3fe774c282c69f0c18efd
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';