From f5b00be97687d21153496ab067e4117050f0b925 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 7 Aug 2020 10:11:55 +0800 Subject: [PATCH] fix(Tabbar): badge number vertical align center (#3493) --- packages/common/style/var.less | 1 - packages/info/index.less | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/common/style/var.less b/packages/common/style/var.less index a993f429..a8988a59 100644 --- a/packages/common/style/var.less +++ b/packages/common/style/var.less @@ -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; diff --git a/packages/info/index.less b/packages/info/index.less index 3ecf0a61..704711fd 100644 --- a/packages/info/index.less +++ b/packages/info/index.less @@ -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');