我的通知

This commit is contained in:
谢思 2021-09-15 16:07:53 +08:00
parent ec65ac3cef
commit dcbba90c18
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ function NoticeContent({ visible, showNotification, resetUserInfo, current_user:
<Badge color="#FA2020" />
</span>
<div className="noticeCont-text">
<span className="content-span atme-cont-span" dangerouslySetInnerHTML={{ __html: "<b>" + item.sender.name +"</b> " + item.content +"中@我"}}></span>
<span className="content-span atme-cont-span" dangerouslySetInnerHTML={{ __html: "<b>" + item.sender.name +"</b>&nbsp;&nbsp;&nbsp;" + item.content +" 中@我"}}></span>
<span className="timeSpan">{item.time_ago}</span>
</div>
</div>