fix(NavBar): default z-index should be 1 (#1927)

This commit is contained in:
neverland 2019-08-29 11:31:25 +08:00 committed by GitHub
parent 33764cd328
commit 7ee1443e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ VantComponent({
},
zIndex: {
type: Number,
value: 120
value: 1
}
},