From f135434894a67b13fd703263ae79e4335f06aa8d Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 29 三月 2024 19:46:47 +0800 Subject: [PATCH] 音频播放页冲突解决 --- custom-tab-bar/index.wxss | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/custom-tab-bar/index.wxss b/custom-tab-bar/index.wxss index b6b71b6..a15f4a0 100644 --- a/custom-tab-bar/index.wxss +++ b/custom-tab-bar/index.wxss @@ -14,6 +14,7 @@ padding-bottom: env(safe-area-inset-bottom); background-color: #fff; /* opacity: 1; */ + z-index: 1100; } .tabItem { -- Gitblit v1.9.1