mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-17 20:19:17 +08:00
feat(Tab): add @tab-line-height less var (#6985)
This commit is contained in:
parent
a1007fc324
commit
12365051fc
@ -763,6 +763,7 @@
|
||||
@tab-active-text-color: @text-color;
|
||||
@tab-disabled-text-color: @gray-5;
|
||||
@tab-font-size: @font-size-md;
|
||||
@tab-line-height: @line-height-md;
|
||||
|
||||
// Tabs
|
||||
@tabs-default-color: @red;
|
||||
|
@ -10,6 +10,7 @@
|
||||
padding: 0 @padding-base;
|
||||
color: @tab-text-color;
|
||||
font-size: @tab-font-size;
|
||||
line-height: @tab-line-height;
|
||||
cursor: pointer;
|
||||
|
||||
&--active {
|
||||
|
Loading…
x
Reference in New Issue
Block a user