Skip to content

Commit 0860566

Browse files
committed
Mod: 优化分类条目间距展示
1 parent 72bd90b commit 0860566

File tree

1 file changed

+1
-1
lines changed
  • upupor-web/src/main/resources/templates/content

1 file changed

+1
-1
lines changed

upupor-web/src/main/resources/templates/content/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</div>
4444
<div class="row g-2">
4545
<div class="col-lg-3 d-md-none d-none d-xl-block">
46-
<div class="card card-body shadow-sm border-bottom border-2 border-top-0 border-start border-end-0 p-1 my-2">
46+
<div class="card card-body shadow-sm border-bottom border-2 border-top-0 border-start border-end-0 p-2 my-2">
4747
<div class="fw-normal border-bottom mb-2 text-black-50">分类 <a class="cv-link text-black-50 float-end" th:href="${commonPageIndexDto.currentRootUrl}"><i class="bi bi-balloon"></i>全部</a></div>
4848
<div th:if="${#lists.isEmpty(commonPageIndexDto.tagList)}">
4949
<div th:include="fragments/index::empty_content"></div>

0 commit comments

Comments
 (0)