|
|
@ -128,7 +128,7 @@ const Left = (props) => { |
|
|
|
setTreeDataList(dataList) |
|
|
|
}, [busTier]) |
|
|
|
return ( |
|
|
|
<div style={{ display: 'flex', flexDirection: 'column', width: "23%", height: "100%", marginLeft: "1%" }}> |
|
|
|
<div style={{ position:'absolute',left:0, width: "23%", height: "100%", marginLeft: "1%" }}> |
|
|
|
<Module style={style} customize={true} title={"公交车辆信息"}> |
|
|
|
<div style={{ width: '90%', height: '96%', margin: '2% 5%', overflow: 'hidden' }}> |
|
|
|
<div style={{ border: '1px solid rgba(10, 114, 255, 1)', backgroundColor: 'rgba(10, 114, 255, 0.1)' }}> |
|
|
|