mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
fix(NavBar): text vertical align (#7515)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user