mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
Fix wrong loading icon in Tree, close #3993
This commit is contained in:
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…
Reference in New Issue
Block a user