feat(Form): add input-align prop

This commit is contained in:
陈嘉涵
2020-02-13 16:25:42 +08:00
parent 2d64458776
commit 7a9d1d7ab6
5 changed files with 12 additions and 8 deletions
+1
View File
@@ -406,6 +406,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| label-align | Label text align, can be set to `center` `right` | *string* | `left` |
| input-align | Input text align, can be set to `center` `right` | *string* | `left` |
| validate-first | Whether to stop the validation when a rule fails | *boolean* | `false` |
### Events