mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-18 04:29:15 +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-active-text-color: @text-color;
|
||||||
@tab-disabled-text-color: @gray-5;
|
@tab-disabled-text-color: @gray-5;
|
||||||
@tab-font-size: @font-size-md;
|
@tab-font-size: @font-size-md;
|
||||||
|
@tab-line-height: @line-height-md;
|
||||||
|
|
||||||
// Tabs
|
// Tabs
|
||||||
@tabs-default-color: @red;
|
@tabs-default-color: @red;
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
padding: 0 @padding-base;
|
padding: 0 @padding-base;
|
||||||
color: @tab-text-color;
|
color: @tab-text-color;
|
||||||
font-size: @tab-font-size;
|
font-size: @tab-font-size;
|
||||||
|
line-height: @tab-line-height;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&--active {
|
&--active {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user