ringcode 3 anos atrás
pai
commit
5319d5a831

+ 2 - 2
src/views/material/component/upload-image.vue

@@ -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" }),
               });
             }

+ 2 - 2
src/views/material/component/upload-video.vue

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