index.wxml 341 Bytes
Newer Older
李嘉林 committed
1 2 3
<wxs src="../wxs/utils.wxs" module="utils" />

<view
程默 committed
4
  class="{{ border ? 'van-hairline--top-bottom' : '' }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class"
李嘉林 committed
5 6 7 8
  style="{{ zIndex ? 'z-index: ' + zIndex : '' }}"
>
  <slot />
</view>
程默 committed
9 10

<view wx:if="{{ fixed && placeholder }}" style="height: {{ height }}px;"></view>