Browse Source

fix: 轮播子弹改成圆角

v1.0.1
jiannibang 3 years ago
parent
commit
c1bb57b6e8
  1. 8
      src/components/CarouselWithIntro/CarouselWithIntro.vue

8
src/components/CarouselWithIntro/CarouselWithIntro.vue

@ -63,9 +63,15 @@ const qr = computed(() => props.data.qrFileList ?? [])
width: 34px !important; width: 34px !important;
height: 4px !important; height: 4px !important;
background: rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.6);
border-radius: 6px !important;
border-radius: 0;
opacity: inherit !important; opacity: inherit !important;
margin: 0; margin: 0;
&:first-child {
border-radius: 6px 0 0 6px !important;
}
&:last-child {
border-radius: 0 6px 6px 0 !important;
}
&.swiper-pagination-bullet-active { &.swiper-pagination-bullet-active {
background: #ffffff; background: #ffffff;
border-radius: 6px !important; border-radius: 6px !important;

Loading…
Cancel
Save