style: 样式调整

This commit is contained in:
rd
2025-07-21 16:40:16 +08:00
parent 704544e969
commit c7f2e78642

View File

@ -22,13 +22,13 @@ export function showExportNotification(label: string, others: { id?: string, dur
showIcon: false, showIcon: false,
closable: true, closable: true,
content: () => ( content: () => (
<div class="flex items-center"> <div class="flex items-center pr-16px">
<IconLoading size={16} class="color-#6D4CFE mr-8px" /> <IconLoading size={16} class="color-#6D4CFE mr-8px" />
<p class="text-14px lh-22px font-400 color-#211F24">{label}</p> <p class="text-14px lh-22px font-400 color-#211F24">{label}</p>
</div> </div>
), ),
duration, duration,
class: 'px-16px py-9px w-400px rounded-2px bg-#F0EDFF', class: 'px-16px py-9px w-450px rounded-2px bg-#F0EDFF',
}); });
} }