feat(NavBar): add @nav-bar-z-index less var

This commit is contained in:
陈嘉涵
2020-01-28 11:49:13 +08:00
parent 6f4c6f5aa6
commit a2d870ad8e
5 changed files with 7 additions and 8 deletions
+1
View File
@@ -2,6 +2,7 @@
.van-nav-bar {
position: relative;
z-index: @nav-bar-z-index;
height: @nav-bar-height;
line-height: @nav-bar-height;
text-align: center;