Browse Source

Fix lint error

zhixin 3 years ago
parent
commit
0ab63c68ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/themes/_theme.scss

+ 1 - 1
src/themes/_theme.scss

@@ -391,5 +391,5 @@ div.fixed-table-scroll-outer {
 @keyframes loading {
   0% { opacity: 0; }
   50% { opacity: 1; }
-  to { opacity: 0; }
+  100% { opacity: 0; }
 }