修复最新评论显示过长的问题

This commit is contained in:
LingZhaoHui 2020-11-04 19:29:17 +08:00
parent d3eef22c48
commit abadb59958
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
class="comment-time">
${comment.commentDate2?string("yyyy-MM-dd HH:mm")}
</time>
<a href="#li-comment-${comment.oId}" class="comment-id">#${comment.oId}</a></div>
<a href="#li-comment-${comment.oId}" class="comment-id" style="display:none">#${comment.oId}</a></div>
<style>
.comment-content .emoji {
width: 25px !important;
@ -69,4 +69,4 @@
</div>
</div>
</div>
</li>
</li>