From c38e956aa0ff3b146e2a8c263b0896940c0e290a Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Wed, 2 Aug 2023 10:54:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CaseCard.vue | 4 ++-- src/components/detail/Intro.vue | 4 ++-- src/components/detail/Paragraph.vue | 7 ++++--- src/mock/case_detail/01.js | 2 +- src/mock/case_detail/02.js | 6 +++--- src/mock/case_detail/03.js | 16 ++++++++-------- src/mock/case_detail/04.js | 10 +++++----- src/mock/case_detail/05.js | 6 +++--- src/mock/case_detail/07.js | 10 +++++----- src/mock/case_detail/08.js | 16 ++++++++-------- src/mock/case_detail/09.js | 2 +- src/mock/hardware/01.js | 2 +- src/mock/hardware/02.js | 6 +++--- src/mock/hardware/03.js | 14 +++++++------- src/mock/hardware/04.js | 8 ++++---- src/mock/hardware/05.js | 4 ++-- src/mock/hardware/07.js | 8 ++++---- src/mock/hardware/08.js | 14 +++++++------- src/mock/hardware/09.js | 2 +- src/pages/Recruit.vue | 8 ++++---- 20 files changed, 75 insertions(+), 74 deletions(-) diff --git a/src/components/CaseCard.vue b/src/components/CaseCard.vue index 39740ae..bb5a054 100644 --- a/src/components/CaseCard.vue +++ b/src/components/CaseCard.vue @@ -31,8 +31,8 @@ import A3 from '@/static/img/caseshow/industry.png' import A4 from '@/static/img/caseshow/railway.png' import A5 from '@/static/img/caseshow/outdoors.png' import A6 from '@/static/img/caseshow/specialequip.png' -import A7 from '@/static/img/caseshow/healthcare.png' -import A8 from '@/static/img/caseshow/smarthome.png' +import A7 from '@/static/img/caseshow/smarthome.png' +import A8 from '@/static/img/caseshow/experiment.png' import A9 from '@/static/img/caseshow/electronics.png' const props = defineProps({ activeTab: { diff --git a/src/components/detail/Intro.vue b/src/components/detail/Intro.vue index 6af104c..e35e015 100644 --- a/src/components/detail/Intro.vue +++ b/src/components/detail/Intro.vue @@ -25,7 +25,7 @@ const props = defineProps({ .title { display: flex; align-items: center; - font-size: 10px; + font-size: 14px; font-family: Alibaba PuHuiTi; font-weight: bold; color: #000000; @@ -42,7 +42,7 @@ const props = defineProps({ } } .desc { - font-size: 8px; + font-size: 14px; letter-spacing: 2px; line-height: 20px; font-family: Alibaba PuHuiTi; diff --git a/src/components/detail/Paragraph.vue b/src/components/detail/Paragraph.vue index d4cb343..5c0d9f6 100644 --- a/src/components/detail/Paragraph.vue +++ b/src/components/detail/Paragraph.vue @@ -15,7 +15,7 @@ const props = defineProps({