微信小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
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>