ringcode преди 3 години
родител
ревизия
5319d5a831
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      src/views/material/component/upload-image.vue
  2. 2 2
      src/views/material/component/upload-video.vue

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