修改文案细节

This commit is contained in:
羽航 2015-07-17 09:42:09 +08:00
parent fa6e97364a
commit 493df4afb8

View File

@ -17,24 +17,24 @@
### Steps
步骤条的整体
整体步骤条。
| 参数 | 说明 | 类型 | 可选值 |默认值 |
|-----------|------------------------------------------|------------|-------|--------|
| size | 可选参数,指定大小(目前只支持普通和迷你两种大小) | string | small, default | default |
| maxDescriptionWidth | 可选参数,指定步骤的详细描述文字的最大宽度 | number | 无 | 100 |
| size | 可选参数,指定大小(目前只支持普通和迷你两种大小) | string | small, default | default |
| maxDescriptionWidth | 可选参数,指定步骤的详细描述文字的最大宽度 | number | 无 | 100 |
### Steps.Step
步骤条的每一个步
步骤条的每一个步
| 参数 | 说明 | 类型 | 可选值 |默认值 |
|-----------|------------------------------------------|------------|-------|--------|
| status | 必要参数,指定状态 | string | wait, process, finish | 无 |
| title | 必要参数,标题 | string/jsx | 无 | 无 |
| description | 可选参数,步骤的详情描述 | string/jsx | 无 | 空 |
| status | 必要参数,指定状态 | string | wait, process, finish | 无 |
| title | 必要参数,标题 | string/jsx | 无 | 无 |
| description | 可选参数,步骤的详情描述 | string/jsx | 无 | 空 |
| icon | 可选参数步骤的Icon。如果不指定则使用默认的样式。 | string/jsx | 无 | 空 |
## Todo
* 竖状步
* 竖状步