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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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