Explorar el Código

调整警告滚动时间

gcz hace 2 años
padre
commit
b2c24edcde
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/alarm.vue

+ 1 - 1
src/components/alarm.vue

@@ -114,7 +114,7 @@ export default {
           this.data.shift(); //删除数组的第一个元素
           this.animate = false;
         }, 500);
-      }, 3000);
+      }, 5000);
     },
     //鼠标移上去停止
     Stop() {