|
|
@ -77,13 +77,13 @@ const Righttop = () => { |
|
|
|
|
|
|
|
<Module style={style} title={"路面执法监控"}> |
|
|
|
<div style={{ width: "100%", height: "65%", position: "relative" }}> |
|
|
|
<p style={{ position: "absolute", left: "25%", top: "2%", fontSize: "14px", color: "#FFFFFF" }}>监控总数</p><p style={{ position: "absolute", left: "37%", fontSize: "24px", marginLeft: "1%", top: "-0.5%", color: "#FFFFFF", fontFamily: "YouSheBiaoTiHei" }}>129</p> |
|
|
|
<p style={{ position: "absolute", left: "55%", top: "2%", fontSize: "14px", color: "#FFFFFF" }}>在线率</p><p style={{ position: "absolute", right: "15%", fontSize: "24px", marginLeft: "2%", top: "-0.5%", color: "#FFFFFF", fontFamily: "YouSheBiaoTiHei" }}>88.87%</p> |
|
|
|
{/* <p style={{ position: "absolute", left: "25%", top: "2%", fontSize: "14px", color: "#FFFFFF" }}>监控总数</p><p style={{ position: "absolute", left: "37%", fontSize: "24px", marginLeft: "1%", top: "-0.5%", color: "#FFFFFF", fontFamily: "YouSheBiaoTiHei" }}>129</p> |
|
|
|
<p style={{ position: "absolute", left: "55%", top: "2%", fontSize: "14px", color: "#FFFFFF" }}>在线率</p><p style={{ position: "absolute", right: "15%", fontSize: "24px", marginLeft: "2%", top: "-0.5%", color: "#FFFFFF", fontFamily: "YouSheBiaoTiHei" }}>88.87%</p> */} |
|
|
|
<div style={{ width: "100%", height: "10%", position: "relative" }}> |
|
|
|
<img src='/assets/images/leadership/head.png' style={{ width: "15%", marginLeft: "5%" }} /> |
|
|
|
{/* <img src='/assets/images/leadership/head.png' style={{ width: "15%", marginLeft: "5%" }} /> */} |
|
|
|
|
|
|
|
<div className='wy-rightTop' style={{ position: "absolute", right: "5%", top: "130%" }}> |
|
|
|
<Select |
|
|
|
{/* <Select |
|
|
|
size={size} |
|
|
|
defaultValue="选择路段" |
|
|
|
onChange={handleChange} |
|
|
@ -94,14 +94,14 @@ const Righttop = () => { |
|
|
|
}} |
|
|
|
> |
|
|
|
{children} |
|
|
|
</Select> |
|
|
|
</Select> */} |
|
|
|
{/* <div>{size}</div> */} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div style={{ width: "100%", height: "80%", position: "relative", top: "10%" }}> |
|
|
|
<Huadong /> |
|
|
|
{/* <Huadong /> */} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div style={{ width: "100%", height: "35%" }}> |
|
|
@ -112,13 +112,13 @@ const Righttop = () => { |
|
|
|
<img src='/assets/images/leadership/zibiaoti.png' style={{ width: "94%", height: "34px", position: "absolute", top: "8px", left: "35px" }} /> |
|
|
|
</div> |
|
|
|
{/* <Spin tip="Loading..." spinning={num ? true : false} style={{ width: "100%", height: "100%" }}> */} |
|
|
|
<Lunbo |
|
|
|
{/* <Lunbo |
|
|
|
// canScroll={true}
|
|
|
|
content={renderBody()} |
|
|
|
containerStyle={{ position: "relative", height: "100%", width: "90%", left: "5%", top: "5%" }} |
|
|
|
divHeight={"100%"} |
|
|
|
divId={"screen-slope"} |
|
|
|
/> |
|
|
|
/> */} |
|
|
|
{/* </Spin> */} |
|
|
|
</div> |
|
|
|
|
|
|
|