yangyin
2024-09-06 cf5c3cde7d0dbec44d4c2f7bea87c4d5362accb0
src/components/flow/FlowToolbarZJY.vue
@@ -1,6 +1,12 @@
<template>
   <div class="title-box">
      <el-button icon="ele-ArrowLeft" text style="margin-right: 10px; margin-left: 10px; width: 40px" size="small" @click="handleExitClick">
      <el-button
         icon="ele-ArrowLeft"
         link
         style="margin-right: 10px; margin-left: 10px; width: 40px"
         size="small"
         @click="handleExitClick"
      >
      </el-button>
      <div class="title-icon"></div>
      <div style="flex: 1">
@@ -11,7 +17,6 @@
</template>
<script setup lang="ts">
import { PropType } from 'vue';
import ToolbarMenu from '/@/components/flow/ToolbarMenu.vue';
const props = defineProps({