Commit 7f1d8296 authored by afc163's avatar afc163

Fix avatar position

parent 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment