zhaojijng 2 роки тому
батько
коміт
babd78704e
2 змінених файлів з 3 додано та 3 видалено
  1. 2 2
      src/views/horiScreen/index.vue
  2. 1 1
      src/views/verScreen/index.vue

+ 2 - 2
src/views/horiScreen/index.vue

@@ -116,7 +116,7 @@ export default {
                         return;
                     }
                     allData.timePageShow();
-                }, 6000);
+                }, 60000);
             },
         });
         onMounted(() => {
@@ -161,7 +161,7 @@ export default {
             top: -11%;
             left: 0;
             width: 120%;
-            height:100%;
+            height: 111%;
             // height: 1420PX;//不想自动转换成rem的px 只需要将px大写 PX就可以了
             z-index: -4;
             animation: mymove 20s linear infinite alternate;

+ 1 - 1
src/views/verScreen/index.vue

@@ -146,7 +146,7 @@ export default defineComponent({
             top: -10%;
             left: 0;
             width: 120%;
-            height: 100%;
+            height: 110%;
             z-index: -4;
             animation: mymove 20s linear infinite alternate;
             -webkit-animation: mymove 20s linear infinite alternate;