feat: 新功能改进 #20

Merged
hera merged 57 commits from feat/next-improvements into main 2026-04-10 20:30:37 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit ce5d31ee84 - Show all commits

View File

@@ -26,7 +26,7 @@
<!-- Row 2: Add + Select + Tags + Batch + Export -->
<div class="toolbar-row">
<button v-if="auth.canEdit" class="btn-outline btn-sm" @click="showAddOverlay = true">新增</button>
<button class="btn-outline btn-sm" @click="showAddOverlay = true">新增</button>
<button
class="btn-sm"
:class="isAllSelected ? 'btn-select-active' : 'btn-outline'"
@@ -1433,8 +1433,8 @@ watch(() => recipeStore.recipes, () => {
.log-recipe { font-weight: 500; color: #3e3a44; }
.log-from { color: #999; font-size: 12px; }
.log-time { color: #bbb; font-size: 11px; margin-left: auto; white-space: nowrap; }
.section-title.clickable { cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.toggle-icon { font-size: 12px; color: #999; }
.section-title.clickable { cursor: pointer; display: flex; align-items: center; gap: 6px; }
.toggle-icon { font-size: 12px; color: #999; margin-left: auto; }
.contrib-tag {
font-size: 11px;

View File

@@ -719,7 +719,7 @@ function onCarouselTouchEnd(e) {
font-size: 14px;
font-weight: 600;
color: #3e3a44;
padding: 8px 4px;
padding: 10px 12px;
margin-bottom: 8px;
}