feat: 优化部分文案和 tags 页导航栏间距

This commit is contained in:
Palm Civet
2025-08-21 23:44:11 +08:00
parent c53f91913c
commit c009616f74
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@
<div class="menu-section">
<div class="section-header" @click="tagOpen = !tagOpen">
<span>tag</span>
<span>标签</span>
<i :class="tagOpen ? 'fas fa-chevron-up' : 'fas fa-chevron-down'"></i>
</div>
<div v-if="tagOpen" class="section-items">

View File

@@ -449,7 +449,7 @@ const sanitizeDescription = (text) => stripMarkdown(text)
}
.topic-item {
padding: 10px 20px;
padding: 6px 20px;
cursor: pointer;
}