feat(Form): add error-message-align prop

This commit is contained in:
陈嘉涵
2020-02-13 16:34:56 +08:00
parent 55fa975141
commit 2afb8a79c0
7 changed files with 10 additions and 7 deletions
+1
View File
@@ -408,6 +408,7 @@ export default {
| 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` |
| error-message-align | Error message align, can be set to `center` `right` | *string* | `left` |
| validate-first | Whether to stop the validation when a rule fails | *boolean* | `false` |
### Events