mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(Tabbar): badge number vertical align center (#3493)
This commit is contained in:
parent
2d969325b2
commit
f5b00be976
@ -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;
|
||||
|
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user