提交 84992284 编写于 作者: A afc163

Fix image card layout bug, close #281

上级 16310bbc
......@@ -79,7 +79,7 @@ export default class CoverCardList extends PureComponent {
<Card
className={styles.card}
hoverable
cover={<img alt={item.title} src={item.cover} />}
cover={<img alt={item.title} src={item.cover} height={154} />}
>
<Card.Meta
title={<a href="#">{item.title}</a>}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册