fix: Select default listItemHeight for small size & compact mode (#24706)

This commit is contained in:
zefeng 2020-06-03 17:13:22 +08:00 committed by GitHub
parent 076ed1bf9e
commit 3ca11e94ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ class Select<ValueType extends SelectValue = SelectValue> extends React.Componen
className,
size: customizeSize,
listHeight = 256,
listItemHeight = 32,
listItemHeight = 24,
getPopupContainer,
dropdownClassName,
bordered,