From f0dc9a9bc574967f8031867cebe9cbd0f8887559 Mon Sep 17 00:00:00 2001 From: oasis-cloud <12181600+oasis-cloud@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:49:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(swiper):=20=E4=BF=AE=E5=A4=8D=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=AD=E6=9C=AA=E8=AE=BE=E7=BD=AE=20z-index=20?= =?UTF-8?q?=E7=9A=84=20fixed=20=E5=85=83=E7=B4=A0=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=A6=86=E7=9B=96=20swiper=20=E9=97=AE=E9=A2=98=20(#2617)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/packages/__VUE/swiper/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/packages/__VUE/swiper/index.scss b/src/packages/__VUE/swiper/index.scss index 91b0af7366..ed59f9a5c6 100644 --- a/src/packages/__VUE/swiper/index.scss +++ b/src/packages/__VUE/swiper/index.scss @@ -1,6 +1,5 @@ .nut-swiper { position: relative; - z-index: 1; display: flex; transition-property: transform; box-sizing: content-box;