mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-03 20:47:56 +08:00
428 B
428 B
API
由于图标字体本质上还是文字,可以使用 style
和 class
设置图标的大小和颜色。
<a-icon type="question" style="font-size: 16px, color: #08c" />
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
spin | 是否有旋转动画 | boolean | false |
style | 设置图标的样式,例如 fontSize 和 color | object | - |
type | 图标类型 | string | - |