This commit is contained in:
Van 2019-03-01 11:24:45 +08:00
parent 2d05eb06f2
commit df3df935dd
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
2 changed files with 5 additions and 4 deletions

View File

@ -141,7 +141,8 @@
page.loadRelevantArticles('${article.oId}', '<h4 class="ft-gray">${relevantArticlesLabel}</h4>');
</#if>
<#if 0 != externalRelevantArticlesDisplayCount>
page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>");
page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>",
'<h4 class="ft-gray">${externalRelevantArticlesLabel}</h4>');
</#if>
</@comment_script>
</body>

View File

@ -19,7 +19,7 @@
* Skin ease style.
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.0.0.0, Feb 21, 2019
* @version 2.1.0.0, Mar 1, 2019
*/
@import "../../../scss/reset-content";
@ -374,6 +374,7 @@ sup {
margin: 10px 0;
padding: 0 20px 10px;
width: 382px;
min-height: 134px;
}
.article-relative:hover {
@ -390,7 +391,6 @@ sup {
}
#externalRelevantArticles {
width: 357px;
margin-top: 0;
}
/* end article*/
@ -483,7 +483,7 @@ sup {
}
.form textarea {
height: 120px;
height: 146px;
overflow: auto;
width: 426px;
line-height: 16px;