mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: Select default listItemHeight for small size & compact mode (#24706)
This commit is contained in:
parent
076ed1bf9e
commit
3ca11e94ce
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user