Commit 84992284 authored by afc163's avatar afc163

Fix image card layout bug, close #281

parent 16310bbc
...@@ -79,7 +79,7 @@ export default class CoverCardList extends PureComponent { ...@@ -79,7 +79,7 @@ export default class CoverCardList extends PureComponent {
<Card <Card
className={styles.card} className={styles.card}
hoverable hoverable
cover={<img alt={item.title} src={item.cover} />} cover={<img alt={item.title} src={item.cover} height={154} />}
> >
<Card.Meta <Card.Meta
title={<a href="#">{item.title}</a>} title={<a href="#">{item.title}</a>}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment