feat: 新增svg组件,批量替换
This commit is contained in:
@ -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>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user