|
@@ -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,
|
|
|
message: "状态提示",
|
|
|
description: "素材上传完成!",
|
|
|
- duration: 4,
|
|
|
+ duration: 2,
|
|
|
icon: h(CheckOutlined, { style: "color: greenyellow" }),
|
|
|
});
|
|
|
}
|