Browse Source

Fix avatar position

pull/22/head
afc163 9 years ago
parent
commit
7f1d829603
  1. 2
      src/routes/Dashboard/Workplace.js

2
src/routes/Dashboard/Workplace.js

@ -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>

Loading…
Cancel
Save