Steps: add center property, resolve #2315

This commit is contained in:
qingwei.li
2017-01-11 15:44:24 +08:00
parent 868847161a
commit e3ab79e50b
5 changed files with 29 additions and 6 deletions

View File

@@ -120,6 +120,7 @@ Vertical step bars.
| process-status | status of current step | string | wait/process/finish/error/success | process |
| finish-status | status of end step | string | wait/process/finish/error/success | finish |
| align-center | whether step description is centered | boolean | — | false |
| center | center whole `Steps` component | boolean | false, true | false |
### Step Attributes
| Attribute | Description | Type | Accepted Values | Default |