revert: select listItemHeight default value

pull/5362/head
tangjinzhou 2022-03-19 14:38:11 +08:00
parent cc47bb66ea
commit ea79779ab5
1 changed files with 1 additions and 1 deletions

View File

@ -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'],