From ce1fbd6010411d813145b176aba6112e8999c615 Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Wed, 12 Nov 2025 10:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B1=82=E7=BA=A7=E8=BF=87?= =?UTF-8?q?=E4=BD=8E=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/cool-ui/components/cl-topbar/cl-topbar.uvue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uni_modules/cool-ui/components/cl-topbar/cl-topbar.uvue b/uni_modules/cool-ui/components/cl-topbar/cl-topbar.uvue index 07d2df6..71792dd 100644 --- a/uni_modules/cool-ui/components/cl-topbar/cl-topbar.uvue +++ b/uni_modules/cool-ui/components/cl-topbar/cl-topbar.uvue @@ -241,7 +241,8 @@ function back() { } &--fixed { - @apply fixed top-0 left-0 right-0 z-10 w-full; + @apply fixed top-0 left-0 right-0 w-full; + z-index: 998; } }