From e0c16c6391f9867ace4d2f92761c26f0bfc0b171 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Wed, 3 Sep 2025 14:25:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor(production):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将问题列表调整为单独的Vue组件 --- app/components/QuestionList.vue | 44 +++++++++++++++++++++++++++++ app/pages/productions/[...slug].vue | 28 +----------------- 2 files changed, 45 insertions(+), 27 deletions(-) create mode 100644 app/components/QuestionList.vue diff --git a/app/components/QuestionList.vue b/app/components/QuestionList.vue new file mode 100644 index 0000000..ce03d8c --- /dev/null +++ b/app/components/QuestionList.vue @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/app/pages/productions/[...slug].vue b/app/pages/productions/[...slug].vue index 64b1e24..975e106 100644 --- a/app/pages/productions/[...slug].vue +++ b/app/pages/productions/[...slug].vue @@ -33,15 +33,7 @@ -
- - - - - -
+
@@ -233,24 +225,6 @@ useHead({ gap: 1rem; } -::v-deep(.el-collapse-item__header) { - font-size: 1rem; - padding: 1rem; -} - -.faq-collapse { - border: none; -} - -.faq-collapse :deep(.el-collapse-item) { - margin-bottom: 1rem; - box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); -} - -.faq-collapse :deep(.el-collapse-item__header) { - border: 1px solid var(--el-border-color-light); -} - .loading { display: flex; justify-content: center;