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:
neverland
2021-07-23 10:30:38 +08:00
committed by GitHub
parent ffa3763e0b
commit 69981b1940
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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)_ | - |
+1 -1
View File
@@ -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)_ | - |