From ea79779ab5c874a20cb3d426b3eaa757b305223f Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 19 Mar 2022 14:38:11 +0800 Subject: [PATCH] revert: select listItemHeight default value --- components/select/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/select/index.tsx b/components/select/index.tsx index bb798aa62..99e450f31 100644 --- a/components/select/index.tsx +++ b/components/select/index.tsx @@ -61,7 +61,7 @@ const Select = defineComponent({ inheritAttrs: false, props: initDefaultProps(selectProps(), { listHeight: 256, - listItemHeight: 32, + listItemHeight: 24, }), SECRET_COMBOBOX_MODE_DO_NOT_USE, // emits: ['change', 'update:value', 'blur'],