修改样式
This commit is contained in:
@ -199,7 +199,7 @@ const IndexPage: React.FC<any> = ({ user }) => {
|
||||
className="cardTitleText"
|
||||
onClick={() => {
|
||||
history.push({
|
||||
pathname: '/announce/announceInfo',
|
||||
pathname: '/notice/noticeInfo',
|
||||
search: '?id=' + item.id,
|
||||
});
|
||||
}}
|
||||
@ -361,7 +361,7 @@ const IndexPage: React.FC<any> = ({ user }) => {
|
||||
<div className="linkTitle">友情链接</div>
|
||||
<Card>
|
||||
{friendshipConnections.map((item, index) => (
|
||||
<Card.Grid key={item.id} style={{ width: '16.6667%', height: '130px' }}>
|
||||
<Card.Grid onClick={() => window.open(item.url)} key={item.id} style={{ width: '16.6667%', height: '130px' }}>
|
||||
<img src={item.thumbnail} alt="" />
|
||||
</Card.Grid>
|
||||
))}
|
||||
|
Reference in New Issue
Block a user