修复最新评论显示过长的问题
This commit is contained in:
parent
d3eef22c48
commit
abadb59958
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user