feat: Files uploadFailedSecond error text done.
This commit is contained in:
@@ -234,7 +234,7 @@ export async function uploadFailedSecond(detail) {
|
||||
});
|
||||
await Swal.fire({
|
||||
title: 'UPLOAD FAILED',
|
||||
html: `<div class="w-[500px] text-left mx-auto space-y-1"><p>The following errors have been detected:</p><ul class="list-disc ml-6">${srt}</ul><p>${manySrt} Please check.</p></div>`,
|
||||
html: `<div class="text-left mx-3 space-y-1"><p>Error(s) detected:</p><ul class="list-disc ml-6">${srt}</ul><p>${manySrt} Please check.</p></div>`,
|
||||
timer: 5000, // 停留5秒後自動關閉
|
||||
showConfirmButton: false,
|
||||
icon: 'error',
|
||||
|
||||
Reference in New Issue
Block a user