邃芒智像相册
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

11 rader
341 B

  1. <wxs src="../wxs/utils.wxs" module="utils" />
  2. <view
  3. class="{{ border ? 'van-hairline--top-bottom' : '' }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class"
  4. style="{{ zIndex ? 'z-index: ' + zIndex : '' }}"
  5. >
  6. <slot />
  7. </view>
  8. <view wx:if="{{ fixed && placeholder }}" style="height: {{ height }}px;"></view>