dengyinhuan 1 year ago
parent
commit
dfa85765e3
  1. 14
      web/client/src/sections/quanju/containers/footer/guanli/index.js
  2. 547
      web/client/src/sections/quanju/containers/footer/guanli/style.less
  3. 163
      web/client/src/sections/quanju/containers/footer/leadership/right/right-bottom.js

14
web/client/src/sections/quanju/containers/footer/guanli/index.js

@ -64,7 +64,7 @@ const Guanli = (props) => {
} }
console.log(1111, qndmn);
useEffect(() => { useEffect(() => {
requestleftDatas(); requestleftDatas();
@ -82,9 +82,11 @@ const Guanli = (props) => {
<div style={{ width: '100%', height: "100%", marginTop: "0", display: "flex" }}> <div style={{ width: '100%', height: "100%", marginTop: "0", display: "flex" }}>
{picfile?.length > 0 ? <Carousel autoplay style={{ width: 200, height: 200, margin: "20px 0px 0px 20px" }}> {picfile?.length > 0 ? <Carousel autoplay style={{ width: 200, height: 200, margin: "20px 0px 0px 20px" }}>
{picfile?.map(v => <Image {picfile?.map(v => <img className='picfileimg'
width={200} style={{ width: 200, height: 200,display: 'inline-block', }}
src={`/_file-server/${v.storageUrl}`} // src={`/_file-server/${v.storageUrl}`}
src={v.url}
width={`200px`}
/>)} />)}
</Carousel> </Carousel>
: <img src="/" style={{ : <img src="/" style={{
@ -168,7 +170,7 @@ const Guanli = (props) => {
<span>处罚</span> <span>处罚</span>
<span>处理日期</span> <span>处理日期</span>
</div> */} </div> */}
o<div style={{ width: "100%", display: "flex", color: "#FFF" }}> <div style={{ width: "100%", display: "flex", color: "#FFF" }}>
<div style={{ width: '50%', textAlign: "center" }}>执法日期</div> <div style={{ width: '50%', textAlign: "center" }}>执法日期</div>
<div style={{ width: '50%', textAlign: "center", }}>执法成果</div> <div style={{ width: '50%', textAlign: "center", }}>执法成果</div>
</div> </div>
@ -181,7 +183,7 @@ const Guanli = (props) => {
) )
} }
function mapStateToProps (state) { function mapStateToProps (state) {
const { auth, depMessage } = state; const { auth, depMessage, global } = state;
const pakData = (dep) => { const pakData = (dep) => {
return dep.map((d) => { return dep.map((d) => {
return { return {

547
web/client/src/sections/quanju/containers/footer/guanli/style.less

@ -1,7 +1,7 @@
@media screen and (max-width:1366px) { @media screen and (max-width: 1366px) {
html { html {
font-size: 12px; font-size: 12px;
} }
} }
// .guanli{ // .guanli{
@ -13,291 +13,298 @@
// display: flex; // display: flex;
// justify-content: space-between; // justify-content: space-between;
.guanli-left { .guanli-left {
width: 25%; width: 25%;
height: 100%; height: 100%;
position: absolute; position: absolute;
left: 0; left: 0;
.guanli-left-item { .guanli-left-item {
box-sizing: border-box; box-sizing: border-box;
width: 85%; width: 85%;
position: relative; position: relative;
// height: 30%; // height: 30%;
height: 24vh; height: 24vh;
margin: 0 auto 3%; margin: 0 auto 3%;
display: flex;
align-items: center;
padding: 0 10%;
justify-content: space-between;
border: 2px solid rgba(28, 96, 254, 0.5);
.guanli-left-item-left {
width: 45%;
height: 60%;
display: flex;
flex-direction: column;
align-items: center;
span {
font-size: 1.25rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(216, 240, 255, 0.8);
}
div {
display: flex; display: flex;
align-items: center; justify-content: center;
padding: 0 10%; // align-items: ;
justify-content: space-between; font-size: 2.125rem;
border: 2px solid rgba(28, 96, 254, 0.5000); font-family: YouSheBiaoTiHei;
color: #ffffff;
.guanli-left-item-left { height: 70%;
width: 45%;
height: 60%;
display: flex;
flex-direction: column;
align-items: center;
span {
font-size: 1.25rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(216, 240, 255, 0.8000);
}
div {
display: flex;
justify-content: center;
// align-items: ;
font-size: 2.125rem;
font-family: YouSheBiaoTiHei;
color: #FFFFFF;
height: 70%;
width: 100%;
background: url('/assets/images/quanju/guanlijiance_1.png') no-repeat;
background-size: 100% 80%;
background-position: center bottom;
span {
font-size: 1rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
padding-top: 10%;
margin-left: 5px;
// height: 0;
color: rgba(216, 240, 255, 0.8000);
}
}
// background-color: pink;
}
.guanli-left-item-right {
width: 40%;
height: 50%;
position: relative;
span {
position: absolute;
width: 8px;
height: 8px;
background-color: #fff;
top: 1.5%;
left: 50%;
z-index: 10;
border-radius: 4px;
display: block;
}
// background-color: pink;
}
// background-color: pink;
}
}
.guanli-right {
width: 25%;
height: 100%;
position: absolute;
right: 0;
.guanli-right-top {
width: 100%; width: 100%;
// height: 5%; background: url("/assets/images/quanju/guanlijiance_1.png") no-repeat;
display: flex; background-size: 100% 80%;
justify-content: flex-end; background-position: center bottom;
align-items: center;
padding-right: 10px;
img {
width: 4%;
// height: 40%;
}
span { span {
&:nth-child(2) { font-size: 1rem;
font-size: 16px; font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC; font-weight: 400;
font-weight: 400; padding-top: 10%;
color: rgba(216, 240, 255, 0.8000); margin-left: 5px;
margin: 0 10px 0 2px // height: 0;
} color: rgba(216, 240, 255, 0.8);
&:nth-child(3) {
font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
margin-right: 10px;
}
&:nth-child(4) {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(216, 240, 255, 0.8000);
}
} }
}
// background-color: pink;
}
.guanli-left-item-right {
width: 40%;
height: 50%;
position: relative;
span {
position: absolute;
width: 8px;
height: 8px;
background-color: #fff;
top: 1.5%;
left: 50%;
z-index: 10;
border-radius: 4px;
display: block;
}
// background-color: pink;
} }
.guanli-right-title { // background-color: pink;
width: 90%; }
height: 5%; }
margin: auto;
display: flex;
align-items: center;
justify-content: space-around;
background: rgba(21, 77, 160, 0.2000);
span { .guanli-right {
font-size: 12px; width: 25%;
font-family: PingFangSC-Medium, PingFang SC; height: 100%;
font-weight: 500; position: absolute;
color: #FFFFFF; right: 0;
flex: 1;
text-align: center; .guanli-right-top {
// &:nth-child(1){ width: 100%;
// height: 5%;
// } display: flex;
} justify-content: flex-end;
align-items: center;
padding-right: 10px;
img {
width: 4%;
// height: 40%;
} }
.guanli-right-item { span {
width: 90%; &:nth-child(2) {
// height: 4%; font-size: 16px;
height: 3vh; font-family: PingFangSC-Regular, PingFang SC;
margin: auto; font-weight: 400;
display: flex; color: rgba(216, 240, 255, 0.8);
align-items: center; margin: 0 10px 0 2px;
justify-content: space-around; }
&:hover { &:nth-child(3) {
background: linear-gradient(270deg, rgba(0, 124, 230, 0) 0%, rgba(0, 70, 200, 0.8700) 100%); font-size: 18px;
} font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #ffffff;
margin-right: 10px;
}
&:nth-child(4) {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(216, 240, 255, 0.8);
}
}
}
.guanli-right-title {
width: 90%;
height: 5%;
margin: auto;
display: flex;
align-items: center;
justify-content: space-around;
background: rgba(21, 77, 160, 0.2);
span {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #ffffff;
flex: 1;
text-align: center;
// &:nth-child(1){
// }
}
}
.guanli-right-item {
width: 90%;
// height: 4%;
height: 3vh;
margin: auto;
display: flex;
align-items: center;
justify-content: space-around;
&:hover {
background: linear-gradient(
270deg,
rgba(0, 124, 230, 0) 0%,
rgba(0, 70, 200, 0.87) 100%
);
}
// background: rgba(21,77,160,0.2000); // background: rgba(21,77,160,0.2000);
span { span {
font-size: 0.875rem; font-size: 0.875rem;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: rgba(216, 240, 255, 0.8000); color: rgba(216, 240, 255, 0.8);
line-height: 20px; line-height: 20px;
flex: 1; flex: 1;
text-align: center; text-align: center;
// &:nth-child(1){ // &:nth-child(1){
// } // }
}
} }
}
} }
.popover-content { .popover-content {
// background-color: red; // background-color: red;
// .ant-popover-inner-content{ // .ant-popover-inner-content{
// padding: 0!important; // padding: 0!important;
// } // }
// .address { // .address {
// width: 80%; // width: 80%;
// height: 80%; // height: 80%;
// top: 10%; // top: 10%;
// position: absolute; // position: absolute;
// // background-color: pink; // // background-color: pink;
// .address1 { // .address1 {
// width: 194px; // width: 194px;
// height: 20px; // height: 20px;
// margin: 16px 0 24px 26px; // margin: 16px 0 24px 26px;
// span { // span {
// &:nth-child(1) { // &:nth-child(1) {
// margin-right: 20px; // margin-right: 20px;
// width: 42px; // width: 42px;
// height: 20px; // height: 20px;
// display: inline-block; // display: inline-block;
// overflow-wrap: break-word; // overflow-wrap: break-word;
// color: rgba(216, 240, 255, 0.8); // color: rgba(216, 240, 255, 0.8);
// font-size: 14px; // font-size: 14px;
// font-family: PingFangSC-Regular; // font-family: PingFangSC-Regular;
// white-space: nowrap; // white-space: nowrap;
// line-height: 20px; // line-height: 20px;
// text-align: left; // text-align: left;
// } // }
// &:nth-child(2) { // &:nth-child(2) {
// width: 28px; // width: 28px;
// height: 20px; // height: 20px;
// display: inline-block; // display: inline-block;
// overflow-wrap: break-word; // overflow-wrap: break-word;
// color: rgba(238, 244, 255, 1); // color: rgba(238, 244, 255, 1);
// font-size: 14px; // font-size: 14px;
// font-family: PingFangSC-Medium; // font-family: PingFangSC-Medium;
// white-space: nowrap; // white-space: nowrap;
// line-height: 20px; // line-height: 20px;
// text-align: left; // text-align: left;
// } // }
// } // }
// } // }
// .address2 { // .address2 {
// width: 194px; // width: 194px;
// height: 20px; // height: 20px;
// margin: 16px 0 24px 26px; // margin: 16px 0 24px 26px;
// span { // span {
// &:nth-child(1) { // &:nth-child(1) {
// margin-right: 35px; // margin-right: 35px;
// width: 28px; // width: 28px;
// height: 20px; // height: 20px;
// display: inline-block; // display: inline-block;
// overflow-wrap: break-word; // overflow-wrap: break-word;
// color: rgba(216, 240, 255, 0.8); // color: rgba(216, 240, 255, 0.8);
// font-size: 14px; // font-size: 14px;
// font-family: PingFangSC-Regular; // font-family: PingFangSC-Regular;
// white-space: nowrap; // white-space: nowrap;
// line-height: 20px; // line-height: 20px;
// text-align: right; // text-align: right;
// } // }
// &:nth-child(2) { // &:nth-child(2) {
// width: 126px; // width: 126px;
// height: 20px; // height: 20px;
// display: inline-block; // display: inline-block;
// overflow-wrap: break-word; // overflow-wrap: break-word;
// color: rgba(255, 255, 255, 1); // color: rgba(255, 255, 255, 1);
// font-size: 14px; // font-size: 14px;
// font-family: PingFangSC-Medium; // font-family: PingFangSC-Medium;
// white-space: nowrap; // white-space: nowrap;
// line-height: 20px; // line-height: 20px;
// text-align: right; // text-align: right;
// } // }
// } // }
// } // }
// } // }
.picfileimg {
width: 200px !important;
height: 200px !important;
}
} }
.popover { .popover {
.ant-tooltip-inner{ .ant-tooltip-inner {
min-width: 0 !important; min-width: 0 !important;
min-height: 0 !important; min-height: 0 !important;
background-color: rgba(0, 0, 0, 0) !important; background-color: rgba(0, 0, 0, 0) !important;
} }
.ant-tooltip-arrow{ .ant-tooltip-arrow {
display: none; display: none;
} }
// .ant-popover-arrow { // .ant-popover-arrow {
// .ant-popover-arrow-content { // .ant-popover-arrow-content {
// display: none; // display: none;
// } // }
// span { // span {
// display: none; // display: none;
// } // }
// } // }
// .ant-popover-inner { // .ant-popover-inner {
// .ant-popover-inner-content { // .ant-popover-inner-content {
// padding: 0; // padding: 0;
// } // }
// } // }
// .ant-popover-inner{padding:0 !important;} // .ant-popover-inner{padding:0 !important;}
} }

163
web/client/src/sections/quanju/containers/footer/leadership/right/right-bottom.js

@ -1,9 +1,15 @@
import React, { useState, useEffect } from 'react' import React, { useState, useEffect } from 'react'
import Module from '../../../public/module' import Module from '../../../public/module'
import { Spin } from 'antd' import { Carousel, Tooltip,} from 'antd'
import Lun from "./lunbo" import Lun from "./lunbo"
import moment from 'moment'
import "./left.less" import "./left.less"
import { getZhichaolist } from "../../../../actions/example" import { getZhichaolist } from "../../../../actions/example"
import { getRoadadministration } from '../../../../../fillion/actions/luzheng'
import NoData from '../../../public/noData';
import AutoRollComponent from '../../build/AutoRollComponent'
const Rightbottom = (props) => { const Rightbottom = (props) => {
const { dispatch } = props const { dispatch } = props
@ -13,6 +19,8 @@ const Rightbottom = (props) => {
const [rightDatas, setrightDatas] = useState([]) const [rightDatas, setrightDatas] = useState([])
const [nums, setNums] = useState([]) const [nums, setNums] = useState([])
const [num, setNum] = useState() const [num, setNum] = useState()
const [rightitemlist, setrightitemlist] = useState([])
const requestRightDatas = async () => { const requestRightDatas = async () => {
const res = await dispatch(getZhichaolist()) const res = await dispatch(getZhichaolist())
var pattern = /[\u4e00-\u9fa5]*/; var pattern = /[\u4e00-\u9fa5]*/;
@ -30,77 +38,100 @@ const Rightbottom = (props) => {
setList(d) setList(d)
} }
useEffect(() => { useEffect(() => {
const zhichaolist = dispatch(getZhichaolist()).then((res) => { // const zhichaolist = dispatch(getZhichaolist()).then((res) => {
setNums(res.payload?.data?.processed) // setNums(res.payload?.data?.processed)
}) // })
requestRightDatas() // requestRightDatas()
roadManagement()
}, []) }, [])
console.log(list);
const renderBody = () => { const roadManagement = async () => {
return ( await dispatch(getRoadadministration({})).then(res => {
<div style={{ width: "100%", height: "50%" }}> if (res.success) {
{/* <Spin spinning={!list} tip="Loading" size="large"> */} setrightitemlist(res.payload.data?.rows || [])
{list?.map((item, index) => { }
return <li style={{ width: "100%", height: "3vh", marginTop: "5px", position: "relative", }} onMouseEnter={() => { })
setBeijing(index)
setNum(index)
// console.log(beijing);
}} onMouseLeave={() => { }
setBeijing()
setNum() const renderContent = () => {
}}>
{beijing == index ? <img src='/assets/images/leadership/bei.png' style={{ width: "100%", height: "100%", position: "absolute" }} /> : ""} return <div style={{ height: "100%" }}>
<div style={{ width: "30%", height: "100%", textAlign: "center", lineHeight: "3vh", fontSize: "14px", color: beijing == index ? "#FFFFFF" : "rgba(216,240,255,0.8000)", position: "absolute" }}>{item.licensePlate}</div> {rightitemlist && rightitemlist.length !== 0 ? rightitemlist?.map(({ enforcementdate, enforcementreslt, roadname, picfile }, index) => {
<div style={{ width: "10%", height: "100%", textAlign: "center", lineHeight: "3vh", fontSize: "14px", color: beijing == index ? "#FFFFFF" : "rgba(216,240,255,0.8000)", position: "absolute", left: "30%" }}>{item.overrunRate ? item.overrunRate + "%" : "--"}</div> if (index < 120) {
<div style={{ width: "30%", height: "100%", textAlign: "center", lineHeight: "3vh", fontSize: "14px", color: beijing == index ? "#FFFFFF" : "rgba(216,240,255,0.8000)", position: "absolute", left: "40%" }}>{item.deductPoints ? "-" + item.deductPoints + "分" : ""}{item.deductPoints && item.fine ? "和" : ""}{item.fine ? "-" + item.fine + "元" : ""}{item.deductPoints || item.fine ? "" : "--"}</div> return <div key={index} className='guanli-right-item'>
<div style={{ width: "30%", height: "100%", textAlign: "center", lineHeight: "3vh", fontSize: "14px", color: beijing == index ? "#FFFFFF" : "rgba(216,240,255,0.8000)", position: "absolute", left: "70%" }}>{item.processingTime ? item.processingTime : "--"}</div> <Tooltip title={<div className='popover-content'>
{ <div style={{ width: '100%', height: "100%", marginTop: "0", display: "flex" }}>
num == index ? <div style={{ position: "fixed", width: "400px", height: "200px", zIndex: 100, left: "55%", marginTop: "0", top: "78%" }}>
<img src='/assets/images/leadership/beijinglan.png' style={{ width: "100%", height: "100%" }} /> {picfile?.length > 0 ? <Carousel autoplay style={{ width: 200, height: 200, margin: "20px 0px 0px 20px" }}>
<div style={{ position: "absolute", top: "0", width: "50%", padding: "20px" }}> {picfile?.map(v => <img className='picfileimg'
<img src='/assets/images/leadership/yuanxing.png' style={{ width: "100%", height: "100%" }} /> style={{ width: 200, height: 200,display: 'inline-block', }}
<p style={{ color: "#09BAFF", position: "absolute", top: "42%", left: "27%", fontSize: "29px", fontFamily: "YouSheBiaoTiHei" }}>{item.overrunRate ? item.overrunRate + "%" : "--"}</p> // src={`/_file-server/${v.storageUrl}`}
<p style={{ color: "rgba(216,240,255,0.8)", position: "absolute", top: "60%", left: "43%", fontSize: "14px" }}>超限</p> src={v.url}
</div> width={`200px`}
<div style={{ position: "absolute", top: "0", width: "50%", left: "50%", paddingRight: "10px" }}> />)}
<p style={{ color: "rgba(216,240,255,0.8)", marginTop: "30px", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC" }}>车牌号<span style={{ color: "#EEF4FF", marginLeft: "33px", fontFamily: " PingFangSC-Medium, PingFang SC" }}>{item.licensePlate}</span></p> </Carousel>
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC" }}>检测点<span style={{ color: "#EEF4FF", marginLeft: "30px", fontFamily: " PingFangSC-Medium, PingFang SC" }}>{item.nameOfInspectionPoint ? item.nameOfInspectionPoint : "--"}</span></p> : <img src="/" style={{
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC" }}>处罚<span style={{ color: "#FF0001", marginLeft: "50px", fontFamily: " PingFangSC-Medium, PingFang SC" }}>{item.deductPoints ? "-" + item.deductPoints + "分" : ""}{item.deductPoints && item.fine ? "和" : ""}{item.fine ? "-" + item.fine + "元" : ""}{item.deductPoints || item.fine ? "" : "--"}</span></p> width: 200, height: 200, margin: "20px 0px 0px 20px", display: 'inline-block', borderRight: "1px solid #FFF",
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC" }}>日期<span style={{ color: "#EEF4FF", marginLeft: "50px", fontFamily: " PingFangSC-Medium, PingFang SC" }}>{item.processingTime ? item.processingTime : "--"}</span></p> }} />
</div>
</div> : ""
} }
</li>
})
}
{/* </Spin> */} <div style={{ width: 240, marginLeft: 20, marginTop: 20, display: "flex", flexDirection: "column", justifyContent: "space-around" }}>
</div> <p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC", display: "flex" }}>
) 执法日期:<span style={{
} color: "#EEF4FF", marginLeft: "10px", fontFamily: " PingFangSC-Medium, PingFang SC",
overflow: 'hidden', whiteSpace: "nowrap", textOverflow: "ellipsis"
}}>
{enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"}
</span></p>
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC", display: "flex" }}>
执法道路:<span style={{
color: "#EEF4FF", marginLeft: "10px", fontFamily: " PingFangSC-Medium, PingFang SC",
overflow: 'hidden', whiteSpace: "nowrap", textOverflow: "ellipsis", display: 'inline-block', width: 160
}}>
{roadname}
</span></p>
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC", display: "flex" }}>
执法成果:<span style={{
color: "#EEF4FF", marginLeft: "10px", fontFamily: " PingFangSC-Medium, PingFang SC",
overflow: 'hidden', whiteSpace: "nowrap", textOverflow: "ellipsis", display: 'inline-block', width: 160
}}>
{enforcementreslt}</span></p>
</div>
</div>
</div>}
placement="leftTop"
overlayStyle={{ minWidth: 500, minHeight: 200, paddingTop: 10, margin: 0, backgroundImage: `url(../../../../../assets/images/leadership/beijinglan.png)` }}
overlayClassName='popover'
>
<div style={{ width: '100%', height: '100%', display: 'flex', color: "#FFF" }}>
<div style={{ width: '50%', textAlign: "center", }}>{enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"}</div>
<div title={enforcementreslt} style={{ width: '50%', textAlign: "center", overflow: 'hidden', whiteSpace: "nowrap", textOverflow: "ellipsis" }}>{enforcementreslt}</div>
</div>
</Tooltip>
</div>
}
}) : ""}
</div>
}
return ( return (
<> <>
<Module style={style} title={"治超详情"}> <Module style={style} title={"道路隐患排查治理"}>
<div style={{ position: "relative", width: "90%", height: "5%", left: "5%", textAlign: "right", fontSize: "16px", top: "-3%", color: "rgba(216,240,255,0.8)" }}> <div style={{ width: "100%", display: "flex", color: "#FFF" }}>
<img src='/assets/images/leadership/jiejue.png' style={{ width: "4.5%", height: "2vh", marginTop: "-1%" }} /> <div style={{ width: '50%', textAlign: "center" }}>执法日期</div>
已处理<span style={{ color: "#FFFFFF", fontSize: "18px", paddingLeft: "2%", paddingRight: "2%" }}>{nums ? nums : 0}</span> <div style={{ width: '50%', textAlign: "center", }}>执法成果</div>
</div> </div>
<div style={{ width: "90%", height: "3vh", backgroundColor: "rgba(21,77,160,0.2)", position: "relative", left: "5%", top: "5%" }}> {rightitemlist && rightitemlist.length !== 0 ? <AutoRollComponent content={renderContent()}
<p style={{ width: "30%", fontSize: "12px", color: "#FFFFFF", height: "100%", textAlign: "center", position: "absolute", lineHeight: "3vh" }}>车牌号</p> containerStyle={{ position: "relative", height: "90%", }}
<p style={{ width: "10%", fontSize: "12px", color: "#FFFFFF", height: "100%", textAlign: "center", position: "absolute", lineHeight: "3vh", left: "30%" }}>超限</p> divHeight={"100%"} divId={"chart-overview-deviceList"} /> : <NoData style={{ height: "20%" }} />}
<p style={{ width: "30%", fontSize: "12px", color: "#FFFFFF", height: "100%", textAlign: "center", position: "absolute", lineHeight: "3vh", left: "40%" }}>处罚</p>
<p style={{ width: "30%", fontSize: "12px", color: "#FFFFFF", height: "100%", textAlign: "center", position: "absolute", lineHeight: "3vh", left: "70%" }}>处理日期</p>
</div>
{/* <Spin tip="Loading..." spinning={false} > */}
<Lun
content={renderBody()}
containerStyle={{ position: "relative", height: "70%", width: "90%", left: "5%", top: "8%" }}
divHeight={"100%"}
divId={"screen-slope-midde-top"}
/>
{/* </Spin> */}
</Module> </Module>
</> </>
) )

Loading…
Cancel
Save