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
+2 -1
View File
@@ -437,7 +437,8 @@ export default {
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| label-align | 表单项左侧文本对齐方式,可选值为 `center` `right` | *string* | `left` |
| label-align | 表单项文本对齐方式,可选值为 `center` `right` | *string* | `left` |
| input-align | 输入框内容对齐方式,可选值为 `center` `right` | *string* | `left` |
| validate-first | 是否在某一项校验不通过时停止校验 | *boolean* | `false` |
### Events