|
|
@ -147,11 +147,19 @@ const Left = () => { |
|
|
|
<Input |
|
|
|
style={{ |
|
|
|
marginBottom: 8, |
|
|
|
backgroundColor: 'rgba(0, 33, 99, 0.8)', |
|
|
|
borderColor: 'rgba(10, 114, 255, 1)', |
|
|
|
color: '#fff' |
|
|
|
}} |
|
|
|
// placeholder="Search"
|
|
|
|
onChange={onChange} |
|
|
|
/> |
|
|
|
<Tree |
|
|
|
rootStyle={{ |
|
|
|
background: 'none', |
|
|
|
borderColor: 'rgba(10, 114, 255, 1)', |
|
|
|
color: '#fff' |
|
|
|
}} |
|
|
|
onExpand={onExpand} |
|
|
|
expandedKeys={expandedKeys} |
|
|
|
autoExpandParent={autoExpandParent} |
|
|
|