浏览代码

Fix lint error

zhixin 3 年之前
父节点
当前提交
0ab63c68ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  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; }
 }