Procházet zdrojové kódy

恢复告警图标动画

gcz před 2 roky
rodič
revize
f02ef62b08
1 změnil soubory, kde provedl 15 přidání a 15 odebrání
  1. 15 15
      src/components/alarm.vue

+ 15 - 15
src/components/alarm.vue

@@ -1,5 +1,5 @@
 <!--
- * @LastEditors: wangcc
+ * @LastEditors: gcz
 -->
 <template>
   <div class="alarm-wrap">
@@ -204,20 +204,20 @@ export default {
     }
   }
 }
-// @keyframes imageAnimation {
-//   0% {
-//     opacity: 1;
-//     transform: none;
-//   }
-//   50% {
-//     opacity: 0.3;
-//     transform: none;
-//   }
-//   100% {
-//     opacity: 1;
-//     transform: none;
-//   }
-// }
+@keyframes imageAnimation {
+  0% {
+    opacity: 1;
+    transform: none;
+  }
+  50% {
+    opacity: 0.3;
+    transform: none;
+  }
+  100% {
+    opacity: 1;
+    transform: none;
+  }
+}
 
 .g-container {
   width: 100%;