From ad1e520c07d25e29075eadfc99dfe64c91d87e59 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Fri, 22 Aug 2025 16:33:10 +0800 Subject: [PATCH] =?UTF-8?q?Feature:=20=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E9=A1=B5=20&=20=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/ProductionCard.vue | 31 +++++-- app/components/SolutionCard.vue | 83 +++++++++++++++++++ app/layouts/default.vue | 9 +- app/pages/about/contact-us.vue | 8 +- app/pages/productions/[...slug].vue | 2 - app/pages/productions/index.vue | 2 +- app/pages/solutions/[...slug].vue | 122 ++++++++++++++++++++++++++++ app/pages/solutions/index.vue | 32 +++++--- nuxt.config.ts | 2 +- 9 files changed, 257 insertions(+), 34 deletions(-) create mode 100644 app/components/SolutionCard.vue create mode 100644 app/pages/solutions/[...slug].vue diff --git a/app/components/ProductionCard.vue b/app/components/ProductionCard.vue index 41112d7..8a7dda1 100644 --- a/app/components/ProductionCard.vue +++ b/app/components/ProductionCard.vue @@ -1,15 +1,18 @@ @@ -38,7 +41,6 @@ const handleClick = () => { \ No newline at end of file diff --git a/app/layouts/default.vue b/app/layouts/default.vue index e400150..a6306ef 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -1,12 +1,12 @@ + + \ No newline at end of file diff --git a/app/pages/solutions/index.vue b/app/pages/solutions/index.vue index 4feaf2e..78a747b 100644 --- a/app/pages/solutions/index.vue +++ b/app/pages/solutions/index.vue @@ -15,22 +15,25 @@
- +
- +
- +
@@ -104,6 +107,7 @@ onMounted(async () => { .page-title { font-size: 2rem; font-weight: bold; + margin-bottom: 1rem; color: var(--el-color-primary); } @@ -114,6 +118,8 @@ onMounted(async () => { .solution-list { display: flex; flex-wrap: wrap; + padding: 1rem; + margin-bottom: 2rem; gap: 40px; } \ No newline at end of file diff --git a/nuxt.config.ts b/nuxt.config.ts index 9178363..7b994e6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -6,7 +6,7 @@ export default defineNuxtConfig({ app: { // head head: { - title: "Jinshen Website", + title: "金申机械制造有限公司", meta: [ { name: "viewport", content: "width=device-width, initial-scale=1" }, {