|
|
@ -2,6 +2,7 @@ import React, { useState, useEffect } from 'react' |
|
|
|
import Lun from "../right/lunbo" |
|
|
|
import { getRoadmaintain, getdaolutongji } from "../../../../actions/example" |
|
|
|
import moment from 'moment' |
|
|
|
import { Spin } from 'antd' |
|
|
|
|
|
|
|
const Right = (props) => { |
|
|
|
const { dispatch } = props |
|
|
@ -86,6 +87,7 @@ const Right = (props) => { |
|
|
|
<p style={{ position: "absolute", color: "#D8F0FF", fontSize: "14px", right: "6%" }}><span style={{ marginLeft: "-20%" }}>道路</span><span style={{ fontSize: "18px", fontFamily: "YouSheBiaoTiHei", color: "#ffffff", marginLeft: "10%" }}>{nums ? nums[0]?.count : []}</span><span style={{ marginLeft: "10%" }}>次</span></p> |
|
|
|
{/* <img src='/assets/images/leadership/zibiaoti.png' style={{ width: "95%", height: "34px", position: "absolute", top: "12px", left: "6%" }} /> */} |
|
|
|
</div> |
|
|
|
{/* <Spin spinning={true} style={{ height: "80%" }}> */} |
|
|
|
<Lun |
|
|
|
// canScroll={true}
|
|
|
|
content={renderBody()} |
|
|
@ -93,6 +95,7 @@ const Right = (props) => { |
|
|
|
divHeight={"100%"} |
|
|
|
divId={"screen"} |
|
|
|
/> |
|
|
|
{/* </Spin> */} |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|