From e7b4d5657c6522daaf9efe4b9a6898feb47290d2 Mon Sep 17 00:00:00 2001 From: msidolphin Date: Tue, 27 Jul 2021 09:09:28 +0800 Subject: [PATCH] docs(select-v2): add description of the height property (#2704) fix #2700 --- website/docs/en-US/select-v2.md | 1 + website/docs/es/select-v2.md | 1 + website/docs/fr-FR/select-v2.md | 1 + website/docs/jp/select-v2.md | 1 + website/docs/zh-CN/select-v2.md | 1 + 5 files changed, 5 insertions(+) diff --git a/website/docs/en-US/select-v2.md b/website/docs/en-US/select-v2.md index 89368ec403..594fa236bc 100644 --- a/website/docs/en-US/select-v2.md +++ b/website/docs/en-US/select-v2.md @@ -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 | diff --git a/website/docs/es/select-v2.md b/website/docs/es/select-v2.md index 89368ec403..594fa236bc 100644 --- a/website/docs/es/select-v2.md +++ b/website/docs/es/select-v2.md @@ -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 | diff --git a/website/docs/fr-FR/select-v2.md b/website/docs/fr-FR/select-v2.md index 89368ec403..594fa236bc 100644 --- a/website/docs/fr-FR/select-v2.md +++ b/website/docs/fr-FR/select-v2.md @@ -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 | diff --git a/website/docs/jp/select-v2.md b/website/docs/jp/select-v2.md index 89368ec403..594fa236bc 100644 --- a/website/docs/jp/select-v2.md +++ b/website/docs/jp/select-v2.md @@ -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 | diff --git a/website/docs/zh-CN/select-v2.md b/website/docs/zh-CN/select-v2.md index 870412aa79..05614b2297 100644 --- a/website/docs/zh-CN/select-v2.md +++ b/website/docs/zh-CN/select-v2.md @@ -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 |