From efd25100a5c810e5469b8427ff975b76408fcabd Mon Sep 17 00:00:00 2001 From: zefeng Date: Tue, 14 Apr 2020 19:17:42 +0800 Subject: [PATCH] fix: tree-select render blank in compact mode (#23231) --- components/tree-select/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tree-select/index.tsx b/components/tree-select/index.tsx index 73cea3a5b2..4c5e27cc40 100644 --- a/components/tree-select/index.tsx +++ b/components/tree-select/index.tsx @@ -87,7 +87,7 @@ class TreeSelect extends React.Component, {}> { treeCheckable, multiple, listHeight = 256, - listItemHeight = 32, + listItemHeight = 26, notFoundContent, switcherIcon, treeLine,