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" }, {