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