@@ -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;
-// 100% {
+@keyframes imageAnimation {
+ 0% {
+ opacity: 1;
+ transform: none;
+ }
+ 50% {
+ opacity: 0.3;
+ 100% {
+}
.g-container {
width: 100%;