Skip to content

Commit

Permalink
调整样式
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetree committed Feb 28, 2024
1 parent 212c73c commit 3f77af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/blog/templates/blog/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h1 class="card-title text-center font-weight-bold text-info">{{ article.title }
</div>
<div class="col-lg-3">
<div class="article-toc d-none d-lg-block f-14 rounded-6">
<div class="toc-title f-15"><strong>目录</strong></div>
<div class="toc-title f-15"><strong>大纲</strong></div>
{{ article.toc|safe }}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/blog/templates/blog/subjectDetail.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h1 class="card-title text-center font-weight-bold text-info">{{ article.title }
</div>
<div class="col-lg-2 d-none d-lg-block subject-col-2 toc-block">
<div class="article-toc f-14 rounded-6">
<div class="toc-title f-15"><strong>目录</strong></div>
<div class="toc-title f-15"><strong>大纲</strong></div>
{{ article.toc|safe }}
</div>
</div>
Expand Down

0 comments on commit 3f77af4

Please sign in to comment.