fix(NavBar): text vertical align (#7515)

This commit is contained in:
neverland
2020-11-08 16:22:03 +08:00
committed by GitHub
parent e7d9cae593
commit d59a17c5e1

View File

@@ -2,7 +2,7 @@
.van-nav-bar {
z-index: @nav-bar-z-index;
line-height: 1.5;
line-height: @line-height-lg;
text-align: center;
background-color: @nav-bar-background-color;
user-select: none;