Browse Source

*树形控件及input样式

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

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

@ -143,15 +143,23 @@ const Left = () => {
return (
<div style={{ display: 'flex', flexDirection: 'column', width: "23%", height: "100%", marginLeft: "1%" }}>
<Module style={style} title={"公交车辆信息"}>
<div style={{width:'90%', height:'96', margin:'2% 5%',}}>
<div style={{ width: '90%', height: '96', margin: '2% 5%', }}>
<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