This commit is contained in:
Van
2019-07-17 19:24:09 +08:00
parent 90a0d0c577
commit 1c3224f3de
35 changed files with 83 additions and 61 deletions

View File

@@ -96,7 +96,7 @@
</sup>
</#if>
</h2>
<div class="vditor-reset">
<div class="vditor-reset vditor-reset--article">
${article.articleContent}
<#if "" != article.articleSign.signHTML?trim>
<div class="marginTop12">

File diff suppressed because one or more lines are too long

View File

@@ -271,6 +271,9 @@ a.header-title {
.vditor-reset {
line-height: 145%;
&--article {
padding-bottom: 20px;
}
}
.vditor-reset a {
@@ -356,7 +359,11 @@ a.header-title {
margin-right: 0px;
}
.article-detail-body .tags, #replyForm {
.article-detail-body .tags {
margin-bottom: 20px;
}
#replyForm {
margin: 20px 0;
}