🐛 Jane

This commit is contained in:
Van
2018-12-08 10:16:27 +08:00
parent 683bf9e19a
commit 7839389d81
5 changed files with 43 additions and 20 deletions

View File

@@ -19,8 +19,6 @@
-->
<li id="${comment.oId}" class="comment__item">
<div class="fn__flex">
<div class="comment__avatar" style="background-image: url(${comment.commentThumbnailURL})"></div>
<main class="comment__main fn__flex-1">
<div class="fn__clear ft__gray">
@@ -31,7 +29,7 @@
</#if>
<#if comment.isReply>
@<a href="${servePath}${article.permalink}#${comment.commentOriginalCommentId}"
onmouseover="page.showComment(this, '${comment.commentOriginalCommentId}', 28);"
onmouseover="page.showComment(this, '${comment.commentOriginalCommentId}', 2);"
onmouseout="page.hideComment('${comment.commentOriginalCommentId}')"
class="ft__red"
>${comment.commentOriginalCommentName}</a>