This commit is contained in:
龚云瀚 2023-08-10 16:21:19 +08:00
parent f864f72e92
commit b594cd53e7
3 changed files with 4 additions and 2 deletions

View File

@ -121,6 +121,7 @@ function Index(props){
}
}).catch(error=>{})
}
console.log(deptId)
return(
<div className="information_main">
{ !sourcedetail && (id ? <PublicBanner {...props} data={data} temp={ temp } adminUrl={adminUrl}/> : <div style={{ width: '100%', height: '450px' }}></div>)}

View File

@ -277,8 +277,9 @@
color: #1f2329;
font-size: 16px;
text-align: center;
margin-top: 20px;
margin-top: 10px;
cursor: pointer;
width: 90%;
}
.z_p_desc{
margin-top: 18px;

View File

@ -178,7 +178,7 @@
}
.List {
margin-bottom: 30px;
margin-bottom: 80px;
display: block;
.mainlist {