mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-08-07 13:49:48 +08:00
fix(NavBar): default z-index should be 1 (#1927)
This commit is contained in:
parent
33764cd328
commit
7ee1443e39
@ -18,7 +18,7 @@ VantComponent({
|
||||
},
|
||||
zIndex: {
|
||||
type: Number,
|
||||
value: 120
|
||||
value: 1
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user