fix icon spin style, close #3536

This commit is contained in:
afc163 2016-10-21 20:18:47 +08:00
parent 355f82231c
commit 3bb4b6ea7c
3 changed files with 5 additions and 8 deletions

View File

@ -1,6 +0,0 @@
.anticon {
&-spin {
display: inline-block;
animation: loadingCircle 1.6s infinite linear;
}
}

View File

@ -1,3 +1 @@
import '../../style/index.less';
import './index.less';

View File

@ -232,3 +232,8 @@
.@{iconfont-css-prefix}-down-square-o:before { content: "\e6ce"; }
.@{iconfont-css-prefix}-up-square-o:before { content: "\e6cf"; }
.@{iconfont-css-prefix}-loading:before { content: "\e6ae"; }
.@{iconfont-css-prefix}-spin {
display: inline-block;
animation: loadingCircle 1.6s infinite linear;
}