forked from Gitlink/forgeplus-react
公共样式干扰,更换class名称
This commit is contained in:
parent
5528565d0d
commit
9c2d7e1352
|
|
@ -174,7 +174,7 @@ function HeaderPageJCC(props){
|
|||
return(
|
||||
<Tabs.TabPane tab={i.name} key={i.id}>
|
||||
<div className='tab-content'>
|
||||
<Link to={`/zone/${deptId}/newdetail/${i.id}`}><div className='title'>{i.name}</div>
|
||||
<Link to={`/zone/${deptId}/newdetail/${i.id}`}><div className='title_JCC'>{i.name}</div>
|
||||
<p><img src={shijian} alt="" className="mr3 photo" />{i.publishTime}</p>
|
||||
<p className='new_desc'>{i.summary || '-'}</p>
|
||||
<img src={newsList[k].headImg || img1} alt="" height="260px" style={{width:"100%",objectFit:"cover"}}/></Link>
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@
|
|||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.title{
|
||||
.title_JCC{
|
||||
font-size: 20px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue