forked from Gitlink/build
修改样式
This commit is contained in:
parent
95414986f7
commit
b6c2f405e9
|
|
@ -141,7 +141,7 @@ class children_comments extends Component {
|
|||
{item && item.user_name}
|
||||
</Link>
|
||||
</div>
|
||||
<div className="ml30">
|
||||
<div className="ml40">
|
||||
{this.commentCtx(item.content)}
|
||||
{item && item.attachments && item.attachments.length > 0 ? (
|
||||
<Attachments
|
||||
|
|
|
|||
|
|
@ -395,7 +395,7 @@ class comments extends Component {
|
|||
{item && item.user_name}
|
||||
</Link>
|
||||
</div>
|
||||
<div className="ml30">
|
||||
<div className="ml40">
|
||||
{item.content ? (
|
||||
this.commentCtx(item.content)
|
||||
) : (
|
||||
|
|
@ -488,9 +488,9 @@ class comments extends Component {
|
|||
<img
|
||||
className="radius"
|
||||
src={
|
||||
current_user
|
||||
current_user && current_user.image_url
|
||||
? getImageUrl(`images/${current_user.image_url}`)
|
||||
: "/images/avatars/User/b"
|
||||
: "images/avatars/User/b"
|
||||
}
|
||||
alt=""
|
||||
width="30"
|
||||
|
|
|
|||
Loading…
Reference in New Issue