Skip to content

Commit

Permalink
Update form.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyoung authored Sep 14, 2018
1 parent 9b6b6db commit 0789f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docs/zh-CN/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ W3C 标准中有如下[规定](https://www.w3.org/MarkUp/html-spec/html-spec_8.h
| model | 表单数据对象 | object |||
| rules | 表单验证规则 | object |||
| inline | 行内表单模式 | boolean || false |
| label-position | 表单域标签的位置 If set to 'left' or 'right', `label-width` prop is also required | string | right/left/top | right |
| label-position | 表单域标签的位置,如果值为 left 或者 right 时,则需要设置 `label-width` | string | right/left/top | right |
| label-width | 表单域标签的宽度,作为 Form 直接子元素的 form-item 会继承该值 | string |||
| label-suffix | 表单域标签的后缀 | string |||
| show-message | 是否显示校验错误信息 | boolean || true |
Expand Down

0 comments on commit 0789f91

Please sign in to comment.