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