From 37217cd6fbd59cd14fd900b6adaabc867a3f51d0 Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 17 Jul 2026 21:12:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=91=E5=B8=83v5.2.1=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=B9=B6=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80=E4=BA=A4?= =?UTF-8?q?=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 调整AppGrid和主容器的高度样式,替换calc(100vh - 140px)为100%适配布局 2. 为下载队列添加滚轮隐藏/显示动画和交互逻辑 3. 优化主内容区域的flex布局结构,修复滚动和容器收缩问题 --- package-lock.json | 4 ++-- src/App.vue | 29 ++++++++++++++------------- src/components/AppGrid.vue | 9 +++------ src/components/DownloadQueue.vue | 34 ++++++++++++++++++++++++++++++-- 4 files changed, 52 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ddfd728..f3e37001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spark-store", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spark-store", - "version": "5.2.0", + "version": "5.2.1", "license": "GPL-3.0", "dependencies": { "@tailwindcss/vite": "^4.1.18", diff --git a/src/App.vue b/src/App.vue index f8da1eea..83240255 100644 --- a/src/App.vue +++ b/src/App.vue @@ -45,9 +45,9 @@ /> -
+
0 " + class="shrink-0" :categories="displayCategories" :selected-category="selectedCategory" :category-counts="categoryCounts" @select-category="selectSubCategory" /> -
+
diff --git a/src/components/AppGrid.vue b/src/components/AppGrid.vue index e995e0c5..be14e4aa 100644 --- a/src/components/AppGrid.vue +++ b/src/components/AppGrid.vue @@ -18,10 +18,7 @@ -
+
{