Skip to content

Commit ea79779

Browse files
committed
revert: select listItemHeight default value
1 parent cc47bb6 commit ea79779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/select/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const Select = defineComponent({
6161
inheritAttrs: false,
6262
props: initDefaultProps(selectProps(), {
6363
listHeight: 256,
64-
listItemHeight: 32,
64+
listItemHeight: 24,
6565
}),
6666
SECRET_COMBOBOX_MODE_DO_NOT_USE,
6767
// emits: ['change', 'update:value', 'blur'],

0 commit comments

Comments
 (0)