This commit is contained in:
baoliang 2018-10-23 10:24:35 +08:00
parent 932b6ca351
commit 81a2e4993e
2 changed files with 8 additions and 5 deletions

View File

@ -20,7 +20,7 @@
点击数: {{ n.hit_count }} 点击数: {{ n.hit_count }}
</h5> </h5>
<hr/> <hr/>
<p>{{ n.content|safe }}</p> <div class="article-content">{{ n.content|safe }}</div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -932,3 +932,6 @@ img {
color: #666; color: #666;
} }
.article-content p {
text-indent: 2em;
}