Compare commits

..

No commits in common. "bfde20a43c7aee0201ed41e90b823feb44581b5c" and "daecd688eb0a34d53bb9fefbad6c26a94bbccdfe" have entirely different histories.

2 changed files with 63 additions and 40 deletions

View File

@ -111,7 +111,6 @@ 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)
}}> }}>
@ -120,7 +119,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)
@ -130,7 +129,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

View File

@ -166,31 +166,6 @@
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;
@ -592,18 +567,67 @@
} }
.gcaqjc_bzt_sl_1{
left: 1133px;
top: 427px;
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;