mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
update tag doc
This commit is contained in:
parent
6ee804cc66
commit
3e97b393a2
@ -14,9 +14,9 @@ english: Tag
|
||||
|
||||
## API
|
||||
|
||||
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|
||||
|----------------|--------------------------------|------------|---------|--------|
|
||||
| closable | 标签是否可以关闭 | boolean | | false |
|
||||
| onClose | 关闭时的回调 | function | | 无 |
|
||||
| afterClose | 动画关闭后的回调 | function | | 无 |
|
||||
| color | 标签的色彩 | string | blue green yellow red | 无 |
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|----------------|-------------------------------|------|--------|
|
||||
| closable | 标签是否可以关闭 | boolean | false |
|
||||
| onClose | 关闭时的回调 | function(event) | - |
|
||||
| afterClose | 动画关闭后的回调 | function(event) | - |
|
||||
| color | 标签的色彩:`blue` `green` `yellow` `red` | string | - |
|
||||
|
Loading…
Reference in New Issue
Block a user