提交 35cc822e 编写于 作者: A afc163

Fix tree-select not show bug, close #5092

上级 8eec8608
......@@ -49,7 +49,7 @@ export default class TreeSelect extends React.Component<TreeSelectProps, any> {
return (
<RcTreeSelect
{...this.props}
dropdownStyle={{ maxHeight: '100%', overflow: 'auto', ...dropdownStyle }}
dropdownStyle={{ maxHeight: '100vh', overflow: 'auto', ...dropdownStyle }}
treeCheckable={checkable}
className={cls}
notFoundContent={notFoundContent}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册