Browse Source

样式微调

release_0.0.1
‘lijianhao’ 3 years ago
parent
commit
e3eb74d73c
  1. 4
      web/client/src/sections/quanju/containers/footer/conserve/index.js
  2. 1
      web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js

4
web/client/src/sections/quanju/containers/footer/conserve/index.js

@ -28,10 +28,12 @@ const Conserve = (props) => {
}, [])
return (
<div style={{ display: 'flex', width: '100%', height: '100%', justifyContent: 'space-between' }}>
<div style={{ width: '100%', height: '100%', }}>
<div style={{ display: 'flex', width: '100%', height: '100%', justifyContent: 'space-between' }}>
<Left roadData={roadData} loading={loading} />
<Right highwaysData={highwaysData} roadMaintenances={roadMaintenances}/>
</div>
</div>
)
}
function mapStateToProps(state) {

1
web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js

@ -37,6 +37,7 @@ const LeftCenter = (props) => {
axisPointer: {
type: "none",
},
formatter: "{b}:{c}",
},
grid: {
left: "5%",

Loading…
Cancel
Save