feat: 统一代码格式

This commit is contained in:
xingyu4j
2025-10-13 18:21:47 +08:00
parent 202a82bf44
commit f54424ced3
32 changed files with 95 additions and 89 deletions

View File

@@ -15,7 +15,7 @@ import {
BpmModelType,
} from '@vben/constants';
import { useTabs } from '@vben/hooks';
import { ArrowLeft } from '@vben/icons';
import { IconifyIcon } from '@vben/icons';
import { useUserStore } from '@vben/stores';
import { Button, Card, message } from 'ant-design-vue';
@@ -419,7 +419,8 @@ onBeforeUnmount(() => {
>
<!-- 左侧标题 -->
<div class="flex w-48 items-center overflow-hidden">
<ArrowLeft
<IconifyIcon
icon="lucide:arrow-left"
class="size-5 flex-shrink-0 cursor-pointer"
@click="handleBack"
/>