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:
@@ -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)_ | - |
|
||||
|
||||
Reference in New Issue
Block a user