| | |
| | | <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"> |
| | |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |
| | | import { PropType } from 'vue'; |
| | | import ToolbarMenu from '/@/components/flow/ToolbarMenu.vue'; |
| | | |
| | | const props = defineProps({ |