We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc47bb6 commit ea79779Copy full SHA for ea79779
components/select/index.tsx
@@ -61,7 +61,7 @@ const Select = defineComponent({
61
inheritAttrs: false,
62
props: initDefaultProps(selectProps(), {
63
listHeight: 256,
64
- listItemHeight: 32,
+ listItemHeight: 24,
65
}),
66
SECRET_COMBOBOX_MODE_DO_NOT_USE,
67
// emits: ['change', 'update:value', 'blur'],
0 commit comments