diff --git a/src/field/README.md b/src/field/README.md index d2a3cb252..a6673e8cf 100644 --- a/src/field/README.md +++ b/src/field/README.md @@ -230,6 +230,7 @@ Use `input-align` prop to align the input value | readonly | Whether to be readonly | _boolean_ | `false` | | colon `v2.7.2` | Whether to display colon after label | _boolean_ | `false` | | required | Whether to show required mark | _boolean_ | `false` | +| center | Whether to center content vertically | _boolean_ | `true` | | clearable | Whether to be clearable | _boolean_ | `false` | | clickable | Whether to show click feedback when clicked | _boolean_ | `false` | | is-link | Whether to show link icon | _boolean_ | `false` | diff --git a/src/field/README.zh-CN.md b/src/field/README.zh-CN.md index 5454a1e80..c448994cf 100644 --- a/src/field/README.zh-CN.md +++ b/src/field/README.zh-CN.md @@ -255,6 +255,7 @@ export default { | readonly | 是否只读 | _boolean_ | `false` | | colon `v2.7.2` | 是否在 label 后面添加冒号 | _boolean_ | `false` | | required | 是否显示表单必填星号 | _boolean_ | `false` | +| center | 是否使内容垂直居中 | _boolean_ | `false` | | clearable | 是否启用清除控件 | _boolean_ | `false` | | clickable | 是否开启点击反馈 | _boolean_ | `false` | | is-link | 是否展示右侧箭头并开启点击反馈 | _boolean_ | `false` |