-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.4.2
Environment
Vue: 2.5.22
Reproduction link
Steps to reproduce
<a-button icon="loading"/>
<a-button loading="true"/>
What is expected?
button 通过 loading 属性控制的图标能居中。
What is actually happening?
通过 loading 属性控制的图标发生了左右位移,button 的 padding-left 变了。