Browse Source

*树形控件及input样式

release_0.0.1
wanyiwei 3 years ago
parent
commit
946ff7a620
  1. 8
      web/client/src/sections/quanju/containers/footer/operation/left.js

8
web/client/src/sections/quanju/containers/footer/operation/left.js

@ -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}

Loading…
Cancel
Save