mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(Field): add center prop (#6687)
This commit is contained in:
parent
f325a62576
commit
b5d88cbe4a
@ -230,6 +230,7 @@ Use `input-align` prop to align the input value
|
|||||||
| readonly | Whether to be readonly | _boolean_ | `false` |
|
| readonly | Whether to be readonly | _boolean_ | `false` |
|
||||||
| colon `v2.7.2` | Whether to display colon after label | _boolean_ | `false` |
|
| colon `v2.7.2` | Whether to display colon after label | _boolean_ | `false` |
|
||||||
| required | Whether to show required mark | _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` |
|
| clearable | Whether to be clearable | _boolean_ | `false` |
|
||||||
| clickable | Whether to show click feedback when clicked | _boolean_ | `false` |
|
| clickable | Whether to show click feedback when clicked | _boolean_ | `false` |
|
||||||
| is-link | Whether to show link icon | _boolean_ | `false` |
|
| is-link | Whether to show link icon | _boolean_ | `false` |
|
||||||
|
@ -255,6 +255,7 @@ export default {
|
|||||||
| readonly | 是否只读 | _boolean_ | `false` |
|
| readonly | 是否只读 | _boolean_ | `false` |
|
||||||
| colon `v2.7.2` | 是否在 label 后面添加冒号 | _boolean_ | `false` |
|
| colon `v2.7.2` | 是否在 label 后面添加冒号 | _boolean_ | `false` |
|
||||||
| required | 是否显示表单必填星号 | _boolean_ | `false` |
|
| required | 是否显示表单必填星号 | _boolean_ | `false` |
|
||||||
|
| center | 是否使内容垂直居中 | _boolean_ | `false` |
|
||||||
| clearable | 是否启用清除控件 | _boolean_ | `false` |
|
| clearable | 是否启用清除控件 | _boolean_ | `false` |
|
||||||
| clickable | 是否开启点击反馈 | _boolean_ | `false` |
|
| clickable | 是否开启点击反馈 | _boolean_ | `false` |
|
||||||
| is-link | 是否展示右侧箭头并开启点击反馈 | _boolean_ | `false` |
|
| is-link | 是否展示右侧箭头并开启点击反馈 | _boolean_ | `false` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user