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 <Input
style={{ style={{
marginBottom: 8, marginBottom: 8,
backgroundColor: 'rgba(0, 33, 99, 0.8)',
borderColor: 'rgba(10, 114, 255, 1)',
color: '#fff'
}} }}
// placeholder="Search" // placeholder="Search"
onChange={onChange} onChange={onChange}
/> />
<Tree <Tree
rootStyle={{
background: 'none',
borderColor: 'rgba(10, 114, 255, 1)',
color: '#fff'
}}
onExpand={onExpand} onExpand={onExpand}
expandedKeys={expandedKeys} expandedKeys={expandedKeys}
autoExpandParent={autoExpandParent} autoExpandParent={autoExpandParent}

Loading…
Cancel
Save