fix(Tabbar): badge number vertical align center (#3493)

This commit is contained in:
neverland 2020-08-07 10:11:55 +08:00 committed by GitHub
parent 2d969325b2
commit f5b00be976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -279,7 +279,6 @@
@info-background-color: @red;
@info-dot-color: @red;
@info-dot-size: 8px;
@info-font-family: @price-integer-font-family;
// Loading
@loading-text-color: @gray-6;

View File

@ -16,7 +16,6 @@
.theme(color, '@info-color');
.theme(font-weight, '@info-font-weight');
.theme(font-size, '@info-font-size');
.theme(font-family, '@info-font-family');
.theme(line-height, 'calc(@info-size - @info-border-width * 2)');
.theme(background-color, '@info-background-color');
.theme(border, '@info-border-width solid @white');