mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-27 20:06:36 +08:00
fix(Icon): fix badge number align (#6975)
* Revert "fix(Info): number vertical align center (#6952)" This reverts commit 3eb8e00843dc7f5cfcac40ffd0abb2e474573035. * style(Icon): fix badge number align * fix(Icon): line-height
This commit is contained in:
parent
684f2f41b9
commit
eb9c758acf
src
@ -10,6 +10,7 @@
|
||||
color: @info-color;
|
||||
font-weight: @info-font-weight;
|
||||
font-size: @info-font-size;
|
||||
font-family: @info-font-family;
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
background-color: @info-background-color;
|
||||
|
@ -419,6 +419,7 @@
|
||||
@info-background-color: @red;
|
||||
@info-dot-color: @red;
|
||||
@info-dot-size: 8px;
|
||||
@info-font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
|
||||
|
||||
// Image
|
||||
@image-placeholder-text-color: @gray-6;
|
||||
|
Loading…
x
Reference in New Issue
Block a user