ccf8.10
This commit is contained in:
parent
f864f72e92
commit
b594cd53e7
|
@ -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>)}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -178,7 +178,7 @@
|
|||
}
|
||||
|
||||
.List {
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 80px;
|
||||
display: block;
|
||||
|
||||
.mainlist {
|
||||
|
|
Loading…
Reference in New Issue