Browse Source

💄 fix loading button's icon style

close #13300
pull/13311/head
afc163 6 years ago
parent
commit
0e99b6ea72
No known key found for this signature in database GPG Key ID: 738F973FCE5C6B48
  1. 2
      components/button/style/index.less

2
components/button/style/index.less

@ -102,7 +102,7 @@
padding-left: 29px;
pointer-events: none;
position: relative;
.@{iconfont-css-prefix} {
.@{iconfont-css-prefix}:not(:last-child) {
margin-left: -14px;
}
}

Loading…
Cancel
Save