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({