修复侧边栏twikoo最近评论的鼠标悬停显示test的问题

This commit is contained in:
stonewu 2023-08-24 17:31:45 +08:00
parent 375da326ff
commit 254b6644b9
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<img alt="dasda" ${name}="${items.avatar}"> <img alt="dasda" ${name}="${items.avatar}">
</a> </a>
<div class="content"> <div class="content">
<a class="comment" style="display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;" href="${items.url + '#' + items.id}" title="test"> <a class="comment" style="display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;" href="${items.url + '#' + items.id}" title="${items.commentText}">
${items.commentText} ${items.commentText}
</a> </a>
<div class="name"> <div class="name">