wyh 1 year ago
parent
commit
461a0efc23
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/modules_guAn/visualization/modules/EquipmentInfo.vue

+ 3 - 3
src/views/modules_guAn/visualization/modules/EquipmentInfo.vue

@@ -250,7 +250,7 @@ export default {
         }
         // 更新计数器
         this.counter += 2;
-    
+
         // 设置下一次调用的定时器
         setTimeout(this.showData, 3000);
       }
@@ -362,12 +362,12 @@ export default {
     overflow: hidden;
     white-space: nowrap;
   }
-  
+
   .number {
     display: block;
     animation: scrollNumber 3s infinite steps(1);
   }
-  
+
   // @keyframes scrollNumber {
   //   0% {
   //     transform: translateX(20%);