We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
@wangwei88 组件有个 treeProps 参数 可以向子集添加样式
treeProps
<SearchTree multiple={false} style={{ width: 200 }} allowClear={true} onSearch={(searchValue)=>console.log('SearchTree-> SearchTreeOption',searchValue)} onChange={(selectd, selectedAll, isChecked)=>console.log('SearchTree-> onChange', selectd, selectedAll, isChecked)} options={data} placeholder="请选择选项" treeProps={{ style:{ height:100, overflow:'scroll' }}} />
Sorry, something went wrong.
wj0990
No branches or pull requests
The text was updated successfully, but these errors were encountered: