|
|
@ -6,7 +6,7 @@ import LeftBottom from './Leftbottom' |
|
|
|
// import RightTop from './Righttop'
|
|
|
|
import Rightcenter from './Rightcenter' |
|
|
|
// import Rightbottom from './Rightbottom'
|
|
|
|
import { Carousel } from 'antd' |
|
|
|
import NoData from '../../public/noData'; |
|
|
|
import Module from '../../public/module' |
|
|
|
import RightBottom from './Rightbottom' |
|
|
|
import AutoRollComponent from './AutoRollComponent' |
|
|
@ -165,7 +165,7 @@ const Build = (props) => { |
|
|
|
</div> |
|
|
|
<AutoRollComponent content = {rendercontent()} containerStyle={{ position: "relative", height: "50%", }} |
|
|
|
divHeight={"100%"} divId={"chart"} /> |
|
|
|
</div>:<div style={{color:"#fff",textAlign:'center',height:"100%",display:'flex',alignItems: "center",justifyContent: "space-around"}}>暂无数据</div>} |
|
|
|
</div>:<NoData/>} |
|
|
|
</Module> |
|
|
|
<Module title={"道路统计"} style={{ width: "100%", |
|
|
|
height:" 30%",marginTop:'3%' |
|
|
@ -178,7 +178,7 @@ const Build = (props) => { |
|
|
|
total={keepThreeNum(sundata)} |
|
|
|
// colorList={colorList}
|
|
|
|
// underColorList={underColorList}
|
|
|
|
/>:<div style={{color:"#fff",textAlign:'center',height:"100%",display:'flex',alignItems: "center",justifyContent: "space-around"}}>暂无数据</div>} |
|
|
|
/>:<NoData/>} |
|
|
|
</Module> |
|
|
|
|
|
|
|
</div> |
|
|
@ -194,7 +194,7 @@ const Build = (props) => { |
|
|
|
<Module title={"各乡镇在建公路工程"} style={{ width: "100%", |
|
|
|
height:" 33%",marginTop:'3%' |
|
|
|
}} customize = {true}> |
|
|
|
{sunonlineproject!==0?<Rightcenter data={onlineproject} sundata={sunonlineproject}/>:<div style={{color:"#fff",textAlign:'center',height:"100%",display:'flex',alignItems: "center",justifyContent: "space-around"}}>暂无数据</div>} |
|
|
|
{sunonlineproject!==0?<Rightcenter data={onlineproject} sundata={sunonlineproject}/>:<NoData/>} |
|
|
|
</Module> |
|
|
|
<Module title={"公路等级统计"} style={{ width: "100%", |
|
|
|
height:" 30%",marginTop:'3%' |
|
|
@ -203,7 +203,7 @@ const Build = (props) => { |
|
|
|
height='100%' |
|
|
|
text='道路总公里' |
|
|
|
total={sunsafetyData} |
|
|
|
data={keepThreeNum(safetyData)}/>:<div style={{color:"#fff",textAlign:'center',height:"100%",display:'flex',alignItems: "center",justifyContent: "space-around"}}>暂无数据</div>} |
|
|
|
data={keepThreeNum(safetyData)}/>:<NoData/>} |
|
|
|
</Module> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|