mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-08-10 06:59:45 +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: {
|
zIndex: {
|
||||||
type: Number,
|
type: Number,
|
||||||
value: 120
|
value: 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user