index.axml 466 B

12345678910
  1. <view class='tabbar-index {{className}}' style='{{style}}' ref='saveChildRef0'>
  2. <import-sjs from='../wxs/utils.sjs' name='utils'>
  3. </import-sjs>
  4. <view class="{{ border ? 'van-hairline--top-bottom' : '' }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} {{customClass}}" style="{{ zIndex ? 'z-index: ' + zIndex : '' }}">
  5. <slot>
  6. </slot>
  7. </view>
  8. <view a:if='{{ fixed && placeholder }}' style='height: {{ height }}px;'>
  9. </view>
  10. </view>