From 968fd1532f6396eb3fb0fbe7113d9ae223281b68 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Sat, 6 Sep 2025 17:20:17 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E9=99=90=E5=88=B6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为页面添加1200px的宽度限制,提升其在宽屏下的观感 --- app/pages/about/contact-us.vue | 69 ----------------------------- app/pages/about/index.vue | 2 + app/pages/productions/[...slug].vue | 4 +- app/pages/productions/index.vue | 28 ++++++------ app/pages/solutions/[...slug].vue | 4 +- app/pages/solutions/index.vue | 2 + app/pages/support/contact-us.vue | 5 +++ app/pages/support/documents.vue | 5 +++ app/pages/support/faq.vue | 5 +++ app/pages/support/index.vue | 10 +++-- 10 files changed, 46 insertions(+), 88 deletions(-) delete mode 100644 app/pages/about/contact-us.vue diff --git a/app/pages/about/contact-us.vue b/app/pages/about/contact-us.vue deleted file mode 100644 index b1b02a7..0000000 --- a/app/pages/about/contact-us.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/pages/about/index.vue b/app/pages/about/index.vue index 7853763..b6b17b5 100644 --- a/app/pages/about/index.vue +++ b/app/pages/about/index.vue @@ -64,6 +64,8 @@ onMounted(async () => { \ No newline at end of file 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 3/3] =?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