UNPKG

vantui-edit

Version:

一套适用于Taro3及React的vantui组件库

23 lines (19 loc) 461 B
@import '../style/var.less'; .van-tabbar { display: flex; box-sizing: content-box; width: 100%; z-index: @tabbar-z-index; .theme(height, '@tabbar-height'); .theme(background-color, '@tabbar-background-color'); &--fixed { position: fixed !important; bottom: 0; left: 0; } &--safe { padding-bottom: constant(safe-area-inset-bottom); /* stylelint-disable-next-line */ padding-bottom: env(safe-area-inset-bottom); } }