提交 7f1d8296 编写于 作者: A afc163

Fix avatar position

上级 68013a5b
......@@ -187,7 +187,7 @@ export default class Workplace extends PureComponent {
activitiesList.map(item => (
<List.Item key={item.id}>
<List.Item.Meta
avatar={<Avatar style={{ marginTop: -12 }} src={item.user.avatar} />}
avatar={<Avatar src={item.user.avatar} />}
title={
<p>
<a>{item.user.name}</a> 在 <a>xx</a> 新建了项目 <a>xxxx</a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册