Browse Source

养护完成情况

dev
‘lijianhao’ 2 years ago
parent
commit
b11e9a53f8
  1. 4
      web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js
  2. 2
      web/client/src/sections/quanju/containers/footer/conserve/right/right-bottom.js

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

@ -228,9 +228,9 @@ const LeftCenter = (props) => {
<Row align='middle' style={{ padding: '10px 3% 0px 15px' }}>
<Col span={15}>
<img src='/assets/images/quanju/kelvhua_icon.png' alt='icon' style={{ width: '26%' }} />
<span style={{ color: '#C2EEFF', marginLeft: 5, textShadow: '0px 0px 4px #07B9FE' }}>可绿化里程总数</span>
<span style={{ color: '#C2EEFF', marginLeft: 5 }}>可绿化里程总数</span>
</Col>
<Col span={9} style={{ fontSize: 24, fontFamily: 'YouSheBiaoTiHei', color: '#fff' }}>{totalData.toFixed(3) || 0}</Col>
<Col span={9} style={{ fontSize: 24, fontFamily: 'YouSheBiaoTiHei', color: '#fff', textShadow: '0px 0px 4px #07B9FE' }}>{totalData.toFixed(3) || 0}</Col>
</Row>
<div ref={chartRef} style={{ height: "14.5vh", width: "100%" }}></div>

2
web/client/src/sections/quanju/containers/footer/conserve/right/right-bottom.js

@ -42,7 +42,7 @@ const RightBottom = (props) => {
name: '桥梁',
value: r.count
};
case '其他':
case 'other':
return {
name: '其他',
value: r.count

Loading…
Cancel
Save