mirror of
https://github.com/youzan/vant.git
synced 2026-01-20 03:03:50 +08:00
style(NavBar): improve text size adjust
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
.van-nav-bar {
|
||||
position: relative;
|
||||
z-index: @nav-bar-z-index;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: @nav-bar-height;
|
||||
line-height: @nav-bar-height;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
background-color: @nav-bar-background-color;
|
||||
user-select: none;
|
||||
|
||||
Reference in New Issue
Block a user