From e6165b68b4928adef51060c4d126be6e681b7a6d Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Mon, 8 Sep 2025 15:46:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 统一相关组件样式,为后续功能开发做准备 --- app/pages/index.vue | 73 +++++++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 32 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index 492b1b9..1e9ee1a 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -6,32 +6,32 @@
-

推荐产品

+

推荐产品

探索我们的精选产品,满足您的各种需求。无论是创新技术还是经典设计,我们都为您提供优质选择。

- -
+ class="recommend-list"> +
+ class="recommend-card" @click="handleProductionCardClick(item.documentId || '')"> -
- +
+
- {{ item.title }} + {{ item.title }}
-
{{ item.summary }}
+
{{ item.summary }}
@@ -96,7 +96,14 @@ const handleProductionCardClick = (documentId: string) => { \ No newline at end of file