邃芒智像相册
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

11 satır
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>