Browse Source

Merge branch 'dev' of https://gitea.anxinyun.cn/gao.zhiyuan/Highways4Good into dev

release_0.0.1
巴林闲侠 3 years ago
parent
commit
20ab98f31d
  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
  3. 4
      web/client/src/sections/quanju/containers/footer/operation/style.less

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

@ -28,10 +28,12 @@ const Conserve = (props) => {
}, []) }, [])
return ( 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} /> <Left roadData={roadData} loading={loading} />
<Right highwaysData={highwaysData} roadMaintenances={roadMaintenances}/> <Right highwaysData={highwaysData} roadMaintenances={roadMaintenances}/>
</div> </div>
</div>
) )
} }
function mapStateToProps(state) { function mapStateToProps(state) {

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

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

4
web/client/src/sections/quanju/containers/footer/operation/style.less

@ -8,10 +8,12 @@
background-color: none !important; background-color: none !important;
border: 1px solid rgba(10, 114, 255, 1); border: 1px solid rgba(10, 114, 255, 1);
} }
.ant-tree .ant-tree-node-content-wrapper &:hover { .ant-tree .ant-tree-node-content-wrapper:hover {
background-color: none; background-color: none;
background: none; background: none;
// border: 1px solid rgba(10, 114, 255, 1);
} }
} }
.busList::-webkit-scrollbar-track { .busList::-webkit-scrollbar-track {

Loading…
Cancel
Save