feat: 新增svg组件,批量替换

This commit is contained in:
rd
2025-09-25 15:26:42 +08:00
parent 9e5bf07c1f
commit 9894380ba9
122 changed files with 414 additions and 370 deletions

View File

@ -1,7 +1,6 @@
import { notification } from 'ant-design-vue';
import { downloadByUrl } from '@/utils/tools';
import { IconLoading } from '@arco-design/web-vue/es/icon';
import { Loading3QuartersOutlined } from '@ant-design/icons-vue';
import icon1 from '@/assets/img/media-account/icon-warn-1.png';
import icon2 from '@/assets/img/media-account/icon-success.png';
@ -23,7 +22,7 @@ export function showExportNotification(label: string, others: { id?: string, dur
message: () => null,
description: (
<div class="flex items-center pr-16px">
<IconLoading size={16} class="color-#6D4CFE mr-8px" />
<Loading3QuartersOutlined class="color-#6D4CFE mr-8px" spin/>
<p class="text-14px lh-22px font-400 color-#211F24">{label}</p>
</div>
),