This commit is contained in:
maplemei 2019-11-26 15:53:25 +08:00
parent e6f84e68aa
commit 9018187bfd
2 changed files with 2 additions and 2 deletions

2
dist/xm-select.js vendored

File diff suppressed because one or more lines are too long

View File

@ -296,9 +296,9 @@ class Tree extends Component{
arr.push(<div class="xm-select-empty">{ empty }</div>)
}
// { config.toolbar.show && toolbar }
return (
<div onClick={ this.blockClick } class="xm-body-tree" >
// { config.toolbar.show && toolbar }
{ filterable && search }
<div class="scroll-body" style={ {maxHeight: config.height} }>{ arr }</div>
</div>