fix: tree-select render blank in compact mode (#23231)

This commit is contained in:
zefeng 2020-04-14 19:17:42 +08:00 committed by GitHub
parent 4ad5830eec
commit efd25100a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ class TreeSelect<T> extends React.Component<TreeSelectProps<T>, {}> {
treeCheckable,
multiple,
listHeight = 256,
listItemHeight = 32,
listItemHeight = 26,
notFoundContent,
switcherIcon,
treeLine,