Browse Source

tweak the space between href (#2480)

pull/2485/head
ZYSzys 8 years ago
committed by 陈帅
parent
commit
536b28e182
  1. 3
      src/pages/Account/Center/Articles.js

3
src/pages/Account/Center/Articles.js

@ -24,8 +24,7 @@ class Center extends PureComponent {
<div className={stylesArticles.description}>{content}</div>
<div className={stylesArticles.extra}>
<Avatar src={avatar} size="small" />
<a href={href}>{owner}</a>
<a href={href}>{href}</a>
<a href={href}>{owner}</a> <a href={href}>{href}</a>
<em>{moment(updatedAt).format('YYYY-MM-DD HH:mm')}</em>
</div>
</div>

Loading…
Cancel
Save