This commit is contained in:
Van
2019-03-16 18:28:32 +08:00
parent 32d9065772
commit 7368e5b747
167 changed files with 592 additions and 560 deletions

View File

@@ -77,7 +77,7 @@
</#if>
</h1>
</header>
<section class="content-reset">
<section class="vditor-reset">
${article.articleContent}
<#if "" != article.articleSign.signHTML?trim>
<div>

View File

@@ -47,7 +47,7 @@
</a>
</#if>
</div>
<div class="content-reset">
<div class="vditor-reset">
${comment.commentContent}
</div>
</main>

File diff suppressed because one or more lines are too long

View File

@@ -19,9 +19,8 @@
* skin style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.0.0.1, Mar 1, 2019
* @version 2.0.0.2, Mar 16, 2019
*/
@import "../../../scss/reset-content";
@import "../../../scss/reset";
@import "../../../scss/nprogress";
@import "vditor/src/assets/scss/classic";
@@ -746,7 +745,7 @@
margin-left: 5px;
}
.article__comment .comment__body .content-reset {
.article__comment .comment__body .vditor-reset {
min-height: 40px;
}

View File

@@ -55,11 +55,10 @@
var Label = {
"markedAvailable": ${markedAvailable?c},
"hljsStyle": "atom-one-light",
"langLabel": "${langLabel}",
"skinDirName": "${skinDirName}"
};
Util.initSW();
Util.killIE(8)
Util.parseMarkdown();
Util.previewImg()
Util.init()
</script>
${plugins}

View File

@@ -41,7 +41,7 @@
</#if>
<div class="wrapper content">
<article class="post">
<section class="content-reset">
<section class="vditor-reset">
${page.pageContent}
</section>
</article>