feat(Form): add label-width prop

This commit is contained in:
陈嘉涵
2020-02-13 16:28:58 +08:00
parent 7a9d1d7ab6
commit 55fa975141
4 changed files with 7 additions and 3 deletions
+3 -2
View File
@@ -405,8 +405,9 @@ 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` |
| label-width | Field label width | *number \| string* | `90px` |
| label-align | Field label text align, can be set to `center` `right` | *string* | `left` |
| input-align | Field 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