|
|
@ -118,7 +118,7 @@ const Build = (props) => { |
|
|
|
return ( |
|
|
|
<> |
|
|
|
<div className='bgbuild-left'> |
|
|
|
<Module title={"各种状态公路数量统计"} style={{ width: "100%", |
|
|
|
<Module title={"各状态公路数量统计"} style={{ width: "100%", |
|
|
|
height:" 33%" |
|
|
|
}} customize = {true}> |
|
|
|
<div style={{height:"100%",position:"relative"}} > |
|
|
@ -144,7 +144,7 @@ const Build = (props) => { |
|
|
|
</div>:<NoData/>} |
|
|
|
</div> |
|
|
|
</Module> |
|
|
|
<Module title={"各乡镇已建道路分布统计"} style={{ width: "100%", |
|
|
|
<Module title={"各乡镇已建道路统计"} style={{ width: "100%", |
|
|
|
height:" 33%",marginTop:'3%' |
|
|
|
}} customize = {true}> |
|
|
|
{ totalcount && totalcount!==0?<div className='build-left-center'> |
|
|
@ -211,12 +211,12 @@ const Build = (props) => { |
|
|
|
<h2>全面建设好农村公路,切实发挥先行官作用</h2> |
|
|
|
</div> |
|
|
|
</Module> |
|
|
|
<Module title={"各乡镇在建公路工程"} style={{ width: "100%", |
|
|
|
<Module title={"各乡镇在建工程统计"} style={{ width: "100%", |
|
|
|
height:" 33%",marginTop:'3%' |
|
|
|
}} customize = {true}> |
|
|
|
{sunonlineproject!==0?<Rightcenter data={onlineproject} sundata={sunonlineproject}/>:<NoData/>} |
|
|
|
</Module> |
|
|
|
<Module title={"公路等级统计"} style={{ width: "100%", |
|
|
|
<Module title={"各路段技术等级统计"} style={{ width: "100%", |
|
|
|
height:" 30%",marginTop:'3%' |
|
|
|
}} customize = {true}> |
|
|
|
{safetyData&&sunsafetyData!==0?<RightBottom width='100%' |
|
|
|