Fix wrong loading icon in Tree, close #3993

pull/3998/head
afc163 8 years ago
parent 52f6f992b3
commit 7c79a1c294

@ -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;
}

Loading…
Cancel
Save