feat: 新功能改进 #20
@@ -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;
|
||||
|
||||
@@ -719,7 +719,7 @@ function onCarouselTouchEnd(e) {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
color: #3e3a44;
|
||||
padding: 8px 4px;
|
||||
padding: 10px 12px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user