Files
ClassContent/历届学生/韩想/min/miniprogram_npm/@vant/weapp/tabbar/index.wxml
2024-09-27 02:06:13 +08:00

9 lines
259 B
Plaintext

<wxs src="../wxs/utils.wxs" module="utils" />
<view
class="custom-class {{ border ? 'van-hairline--top-bottom' : '' }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }}"
style="{{ zIndex ? 'z-index: ' + zIndex : '' }}"
>
<slot />
</view>