feat(Tab): add @tab-line-height less var (#6985)

This commit is contained in:
neverland 2020-08-11 20:51:01 +08:00 committed by GitHub
parent a1007fc324
commit 12365051fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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 {