3
0
Fork 0

fix(navBar): 后退导航栏z-index数值过大

This commit is contained in:
ywk 2025-04-09 19:15:35 +08:00
parent 529ac10447
commit 7bac32fd48
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export default {
.navBar { .navBar {
position: fixed; position: fixed;
margin: 14rpx 24rpx; margin: 14rpx 24rpx;
z-index: 1000000000; z-index: 500;
width: 28px; width: 28px;
height: 28px; height: 28px;
background: rgba(255, 255, 255, 0.7); background: rgba(255, 255, 255, 0.7);