Fix wrong loading icon in Tree, close #3993

This commit is contained in:
afc163 2016-11-24 15:04:17 +08:00
parent 52f6f992b3
commit 7c79a1c294

View File

@ -86,7 +86,7 @@
&.@{tree-prefix-cls}-icon_loading {
&:after {
display: inline-block;
.iconfont-font("\e6a1");
.iconfont-font("\e6ae");
animation: loadingCircle 1s infinite linear;
color: @primary-color;
}