From 9d4316283004daeb813a3f4cb36e30f206437813 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Sun, 4 Jan 2026 21:04:03 -0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DownloadMethodList/DownloadMethodList.vue | 13 +++++---- src/pages/Help/index.vue | 28 ++++++++----------- src/pages/Home/index.vue | 2 +- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/src/pages/Help/DownloadMethodList/DownloadMethodList.vue b/src/pages/Help/DownloadMethodList/DownloadMethodList.vue index 1cab041..100a072 100644 --- a/src/pages/Help/DownloadMethodList/DownloadMethodList.vue +++ b/src/pages/Help/DownloadMethodList/DownloadMethodList.vue @@ -7,9 +7,9 @@ @click="toggle(item.id)" class="group relative flex cursor-pointer flex-col rounded-[30px] border-[4px] border-white bg-black pt-4 pb-2 transition-all md:pb-6" > -
+
{{ item.title }} @@ -25,9 +25,12 @@
-
+
点击展开详情 - +
@@ -39,7 +42,7 @@
点击收起 diff --git a/src/pages/Help/index.vue b/src/pages/Help/index.vue index b6bd642..86cf6d1 100644 --- a/src/pages/Help/index.vue +++ b/src/pages/Help/index.vue @@ -1,29 +1,27 @@