docs(select-v2): add description of the height property (#2704)

fix #2700
This commit is contained in:
msidolphin 2021-07-27 09:09:28 +08:00 committed by GitHub
parent 89c01de6f1
commit e7b4d5657c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -356,6 +356,7 @@ Some APIs are still undergoing (comparing to the non-virtualized select), becaus
| popper-options | Customized popper option see more at [popper.js](https://popper.js.org/documentation.html) | object | - | - |
| automatic-dropdown | for non-filterable Select, this prop decides if the option menu pops up when the input is focused | boolean | - | false |
| clear-icon | Customized clear icon class | string | — | el-icon-circle-close |
| height | The height of the dropdown panel, 34px for each item| number | - | 170 |
<span style="display: none;">
<!-- | no-match-text | 搜索条件无匹配时显示的文字,也可以使用`#empty`设置 | string | — | 无匹配数据 | -->

View File

@ -356,6 +356,7 @@ Some APIs are still undergoing (comparing to the non-virtualized select), becaus
| popper-options | Customized popper option see more at [popper.js](https://popper.js.org/documentation.html) | object | - | - |
| automatic-dropdown | for non-filterable Select, this prop decides if the option menu pops up when the input is focused | boolean | - | false |
| clear-icon | Customized clear icon class | string | — | el-icon-circle-close |
| height | The height of the dropdown panel, 34px for each item| number | - | 170 |
<span style="display: none;">
<!-- | no-match-text | 搜索条件无匹配时显示的文字,也可以使用`#empty`设置 | string | — | 无匹配数据 | -->

View File

@ -356,6 +356,7 @@ Some APIs are still undergoing (comparing to the non-virtualized select), becaus
| popper-options | Customized popper option see more at [popper.js](https://popper.js.org/documentation.html) | object | - | - |
| automatic-dropdown | for non-filterable Select, this prop decides if the option menu pops up when the input is focused | boolean | - | false |
| clear-icon | Customized clear icon class | string | — | el-icon-circle-close |
| height | The height of the dropdown panel, 34px for each item| number | - | 170 |
<span style="display: none;">
<!-- | no-match-text | 搜索条件无匹配时显示的文字,也可以使用`#empty`设置 | string | — | 无匹配数据 | -->

View File

@ -356,6 +356,7 @@ Some APIs are still undergoing (comparing to the non-virtualized select), becaus
| popper-options | Customized popper option see more at [popper.js](https://popper.js.org/documentation.html) | object | - | - |
| automatic-dropdown | for non-filterable Select, this prop decides if the option menu pops up when the input is focused | boolean | - | false |
| clear-icon | Customized clear icon class | string | — | el-icon-circle-close |
| height | The height of the dropdown panel, 34px for each item| number | - | 170 |
<span style="display: none;">
<!-- | no-match-text | 搜索条件无匹配时显示的文字,也可以使用`#empty`设置 | string | — | 无匹配数据 | -->

View File

@ -356,6 +356,7 @@ WIP (该功能还在施工中👷‍♀️)
| popper-options | 用户定制化 popper 的行为, 更多请查看文档[popper.js](https://popper.js.org/documentation.html) | object | - | - |
| automatic-dropdown | 对于不可搜索的 Select是否在输入框获得焦点后自动弹出选项菜单 | boolean | - | false |
| clear-icon | 自定义清空图标的类名 | string | — | el-icon-circle-close |
| height | 面板的高度每项的高度为34px | number | - | 170 |
<span style="display: none;">
<!-- | no-match-text | 搜索条件无匹配时显示的文字,也可以使用`#empty`设置 | string | — | 无匹配数据 | -->