mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
fix: tree-select render blank in compact mode (#23231)
This commit is contained in:
parent
4ad5830eec
commit
efd25100a5
@ -87,7 +87,7 @@ class TreeSelect<T> extends React.Component<TreeSelectProps<T>, {}> {
|
||||
treeCheckable,
|
||||
multiple,
|
||||
listHeight = 256,
|
||||
listItemHeight = 32,
|
||||
listItemHeight = 26,
|
||||
notFoundContent,
|
||||
switcherIcon,
|
||||
treeLine,
|
||||
|
Loading…
Reference in New Issue
Block a user