@@ -117,7 +117,7 @@ const UploadVideo = defineComponent({
key,
message: "状态提示",
description: "素材上传中...",
- duration: 2.5,
+ duration: 2,
icon: h(LoadingOutlined, { style: "color: #108ee9" }),
});
let num = 0;
@@ -139,7 +139,7 @@ const UploadVideo = defineComponent({
key2,
description: "素材上传完成!",
- duration: 4,
icon: h(CheckOutlined, { style: "color: greenyellow" }),
}
@@ -109,7 +109,7 @@ const UploadVideo = defineComponent({
@@ -140,7 +140,7 @@ const UploadVideo = defineComponent({