mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
style(Tabbar): fix tabbar-item-icon-margin-bottom var name (#9101)
* style(Tabbar): fix tabbar-item-icon-margin-bottom var name * docs: upd
This commit is contained in:
parent
ffa3763e0b
commit
69981b1940
@ -7,7 +7,7 @@
|
||||
--van-tabbar-item-active-background-color: @tabbar-item-active-background-color;
|
||||
--van-tabbar-item-line-height: @tabbar-item-line-height;
|
||||
--van-tabbar-item-icon-size: @tabbar-item-icon-size;
|
||||
--van-tabbar-item-margin-bottom: @tabbar-item-margin-bottom;
|
||||
--van-tabbar-item-icon-margin-bottom: @tabbar-item-icon-margin-bottom;
|
||||
}
|
||||
|
||||
.van-tabbar-item {
|
||||
@ -22,13 +22,17 @@
|
||||
cursor: pointer;
|
||||
|
||||
&__icon {
|
||||
margin-bottom: var(--van-tabbar-item-margin-bottom);
|
||||
margin-bottom: var(--van-tabbar-item-icon-margin-bottom);
|
||||
font-size: var(--van-tabbar-item-icon-size);
|
||||
|
||||
.van-icon {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.van-badge {
|
||||
margin-top: var(--van-padding-base);
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
height: 20px;
|
||||
@ -39,8 +43,4 @@
|
||||
color: var(--van-tabbar-item-active-color);
|
||||
background-color: var(--van-tabbar-item-active-background-color);
|
||||
}
|
||||
|
||||
.van-badge {
|
||||
margin-top: var(--van-padding-base);
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@
|
||||
@tabbar-item-active-background-color: var(--van-white);
|
||||
@tabbar-item-line-height: 1;
|
||||
@tabbar-item-icon-size: 22px;
|
||||
@tabbar-item-margin-bottom: 4px;
|
||||
@tabbar-item-icon-margin-bottom: var(--van-padding-base);
|
||||
|
@ -215,4 +215,4 @@ The component provides the following CSS variables, which can be used to customi
|
||||
| --van-tabbar-item-active-background-color | _var(--van-white)_ | - |
|
||||
| --van-tabbar-item-line-height | _1_ | - |
|
||||
| --van-tabbar-item-icon-size | _22px_ | - |
|
||||
| --van-tabbar-item-margin-bottom | _4px_ | - |
|
||||
| --van-tabbar-item-icon-margin-bottom | _var(--van-padding-base)_ | - |
|
||||
|
@ -227,4 +227,4 @@ export default {
|
||||
| --van-tabbar-item-active-background-color | _var(--van-white)_ | - |
|
||||
| --van-tabbar-item-line-height | _1_ | - |
|
||||
| --van-tabbar-item-icon-size | _22px_ | - |
|
||||
| --van-tabbar-item-margin-bottom | _4px_ | - |
|
||||
| --van-tabbar-item-icon-margin-bottom | _var(--van-padding-base)_ | - |
|
||||
|
Loading…
x
Reference in New Issue
Block a user