Browse Source

css: update icon code, close: #4189

pull/4193/head
Benjy Cui 8 years ago
parent
commit
192ca5d898
  1. 2
      components/tree-select/style/index.less

2
components/tree-select/style/index.less

@ -63,7 +63,7 @@
&.@{select-tree-prefix-cls}-icon_loading {
&:after {
display: inline-block;
.iconfont-font("\e6a1");
.iconfont-font("\e64d");
font-weight: bold;
animation: loadingCircle 1s infinite linear;
margin-top: 8px;

Loading…
Cancel
Save