From c1bb57b6e82e1e7553e38b3fe95dd07402a083d2 Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Mon, 6 Feb 2023 10:36:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BD=AE=E6=92=AD=E5=AD=90=E5=BC=B9?= =?UTF-8?q?=E6=94=B9=E6=88=90=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CarouselWithIntro/CarouselWithIntro.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/CarouselWithIntro/CarouselWithIntro.vue b/src/components/CarouselWithIntro/CarouselWithIntro.vue index 200b132..b215195 100644 --- a/src/components/CarouselWithIntro/CarouselWithIntro.vue +++ b/src/components/CarouselWithIntro/CarouselWithIntro.vue @@ -63,9 +63,15 @@ const qr = computed(() => props.data.qrFileList ?? []) width: 34px !important; height: 4px !important; background: rgba(0, 0, 0, 0.6); - border-radius: 6px !important; + border-radius: 0; opacity: inherit !important; margin: 0; + &:first-child { + border-radius: 6px 0 0 6px !important; + } + &:last-child { + border-radius: 0 6px 6px 0 !important; + } &.swiper-pagination-bullet-active { background: #ffffff; border-radius: 6px !important;