From 264ffff19fd8e737d0ab0da67e6dfd24edffc2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Fri, 5 Sep 2025 18:05:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E6=A0=B7=E5=BC=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/course/index.vue b/src/pages/course/index.vue index cf821602..64a524b5 100644 --- a/src/pages/course/index.vue +++ b/src/pages/course/index.vue @@ -436,7 +436,7 @@ import { onShow } from "@dcloudio/uni-app" height: 588rpx; padding-bottom: 80rpx; overflow-y: hidden; - z-index: 10; + z-index: 15; background-color: #f9f9f9; box-shadow: 0rpx 12rpx 20rpx rgba(160,160,160,.25); border-radius: 0 0 0rpx 0rpx;