Browse Source

fix(icon): loading icon rotate bug

richard1015 4 years ago
parent
commit
07e4acc984
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/icon/index.scss

+ 1 - 1
src/packages/__VUE/icon/index.scss

@@ -23,7 +23,7 @@
   &-loading,
   &-loading1 {
     display: inline-block;
-    animation: rotate 1s infinite linear;
+    animation: rotation 1s infinite linear;
   }
 
   --animate-duration: 1s;