mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(TabbarItem): increase icon size to 22px (#6972)
This commit is contained in:
parent
c2a3f6411e
commit
684f2f41b9
@ -754,8 +754,8 @@
|
||||
@tabbar-item-text-color: @gray-7;
|
||||
@tabbar-item-active-color: @blue;
|
||||
@tabbar-item-line-height: 1;
|
||||
@tabbar-item-icon-size: 18px;
|
||||
@tabbar-item-margin-bottom: 5px;
|
||||
@tabbar-item-icon-size: 22px;
|
||||
@tabbar-item-margin-bottom: 4px;
|
||||
|
||||
// Tab
|
||||
@tab-text-color: @gray-7;
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
img {
|
||||
display: block;
|
||||
height: @tabbar-item-icon-size;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -32,6 +32,6 @@
|
||||
}
|
||||
|
||||
.van-info {
|
||||
margin-top: 2px;
|
||||
margin-top: @padding-base;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user