Browse Source

revert: select listItemHeight default value

pull/5362/head
tangjinzhou 3 years ago
parent
commit
ea79779ab5
  1. 2
      components/select/index.tsx

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

Loading…
Cancel
Save