From 2e3e0821b8acebec4c4cd84aa0762d8af5d0b6b4 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Thu, 15 Jun 2023 18:12:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=BD=AE=E6=92=AD?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Parking/Parking.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Parking/Parking.vue b/src/views/Parking/Parking.vue index 8580636..d9afe90 100644 --- a/src/views/Parking/Parking.vue +++ b/src/views/Parking/Parking.vue @@ -125,12 +125,13 @@ handleTab(1) :deep(.swiper-pagination-bullet) { border-radius: 4px !important; } + .parking-container { --swiper-pagination-bottom: 0px; --swiper-pagination-bullet-horizontal-gap: 8px; --swiper-pagination-bullet-width: 28px; --swiper-pagination-bullet-height: 4px; - --swiper-pagination-bullet-inactive-color: rgb(0 0 0 / 6%); + --swiper-pagination-bullet-inactive-color: rgb(0 0 0 / 60%); --swiper-theme-color: #d7ba92; display: inline-block;