qzc-dev
parent
daecd688eb
commit
984621021a
|
|
@ -111,6 +111,7 @@ export default function Page({isHome}) {
|
||||||
{
|
{
|
||||||
syList.map((item)=>
|
syList.map((item)=>
|
||||||
<div className={'gcaqjc_bzt_sy_'+item.stationCode} onClick={()=>{
|
<div className={'gcaqjc_bzt_sy_'+item.stationCode} onClick={()=>{
|
||||||
|
debugger
|
||||||
setOpenSy(true)
|
setOpenSy(true)
|
||||||
setModalData(item)
|
setModalData(item)
|
||||||
}}>
|
}}>
|
||||||
|
|
@ -119,7 +120,7 @@ export default function Page({isHome}) {
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
{/* {
|
{
|
||||||
slList.map((item)=>
|
slList.map((item)=>
|
||||||
<div className={'gcaqjc_bzt_sl_'+item.stationCode} onClick={()=>{
|
<div className={'gcaqjc_bzt_sl_'+item.stationCode} onClick={()=>{
|
||||||
setOpenSl(true)
|
setOpenSl(true)
|
||||||
|
|
@ -129,7 +130,7 @@ export default function Page({isHome}) {
|
||||||
<img width={10} height={10} style={{marginTop:'-4px'}} src={`${process.env.PUBLIC_URL}/assets/xyt/fxdd/${item.status===1?'sl2.png':'sl.png'}`} alt="" id="img" draggable="false" />
|
<img width={10} height={10} style={{marginTop:'-4px'}} src={`${process.env.PUBLIC_URL}/assets/xyt/fxdd/${item.status===1?'sl2.png':'sl.png'}`} alt="" id="img" draggable="false" />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
} */}
|
}
|
||||||
{
|
{
|
||||||
wyList.map((item)=>
|
wyList.map((item)=>
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
|
|
@ -166,6 +166,31 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gcaqjc_bzt_sy_1{
|
||||||
|
left: 973.5px;
|
||||||
|
top: 432px;
|
||||||
|
span{
|
||||||
|
font-size: 20px;
|
||||||
|
margin-bottom: -7px;
|
||||||
|
}
|
||||||
|
img{
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.gcaqjc_bzt_sy_2{
|
||||||
|
left: 983px;
|
||||||
|
top: 523px;
|
||||||
|
span{
|
||||||
|
font-size: 20px;
|
||||||
|
margin-bottom: -7px;
|
||||||
|
}
|
||||||
|
img{
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.gcaqjc_bzt_sy_SY01{
|
.gcaqjc_bzt_sy_SY01{
|
||||||
left: 971px;
|
left: 971px;
|
||||||
top: 883px;
|
top: 883px;
|
||||||
|
|
@ -567,67 +592,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.gcaqjc_bzt_sl_1{
|
||||||
|
left: 1013px;
|
||||||
|
top: 523px;
|
||||||
|
span{
|
||||||
|
font-size: 20px;
|
||||||
|
margin-bottom: -7px;
|
||||||
|
}
|
||||||
|
img{
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// .gcaqjc_bzt_sl_SL01{
|
// .gcaqjc_bzt_sl_SL01{
|
||||||
// left: 479px;
|
// left: 479px;
|
||||||
// top: 594px;
|
// top: 594px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue