mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix little text
This commit is contained in:
parent
c28034efa7
commit
05e36a4018
@ -40,7 +40,7 @@
|
||||
|
||||
| 参数 | 说明 | 类型 | 可选值 |默认值 |
|
||||
|-----------|------------------------------------------|------------|-------|--------|
|
||||
| status | 可选参数,指定状态。当不配置该属性时,会使用父Steps元素的current来自动指定状态。 | string | wait, process, finish | 无 | wait |
|
||||
| status | 可选参数,指定状态。当不配置该属性时,会使用父Steps元素的current来自动指定状态。 | string | wait, process, finish | wait |
|
||||
| title | 必要参数,标题。 | string/jsx | 无 | 无 |
|
||||
| description | 可选参数,步骤的详情描述。 | string/jsx | 无 | 空 |
|
||||
| icon | 可选参数,步骤的Icon。如果不指定,则使用默认的样式。 | string/jsx | 无 | 空 |
|
||||
|
Loading…
Reference in New Issue
Block a user