From dd2d2ec09a0b6d9a602cea5f7c5caf41b0396286 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 31 七月 2023 08:26:27 +0800 Subject: [PATCH] Merge branch '2023_CR2' of https://dev.pollex.com.tw:8443/r/pcalife/PAM into 2023_CR2 --- PAMapp/components/Ui/UiCarousel.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PAMapp/components/Ui/UiCarousel.vue b/PAMapp/components/Ui/UiCarousel.vue index c97daed..70c2739 100644 --- a/PAMapp/components/Ui/UiCarousel.vue +++ b/PAMapp/components/Ui/UiCarousel.vue @@ -123,11 +123,11 @@ } .banner-film1 { - background-image: url('~/assets/images/education_mob.svg'); + background-image: url('~/assets/images/education_mobile.svg'); } .banner-film2 { - background-image: url('~/assets/images/health_mob.svg'); + background-image: url('~/assets/images/health_mobile.svg'); } @@ -155,12 +155,12 @@ background-image: url('~/assets/images/index_banner3_web1.svg'); } .banner-film1 { - background-image: url('~/assets/images/education.svg'); + background-image: url('~/assets/images/education_web.svg'); background-color: #8DB9CA; } .banner-film2 { - background-image: url('~/assets/images/health.svg'); + background-image: url('~/assets/images/health_web.svg'); background-color: #EFF0F1; } -- Gitblit v1.8.0