filesbox/miniprogram/FilesBox/node_modules/@vant/weapp/lib/cell-group/index.wxml
2023-09-21 10:23:31 +08:00

12 lines
292 B
Plaintext

<wxs src="../wxs/utils.wxs" module="utils" />
<view
wx:if="{{ title }}"
class="{{ utils.bem('cell-group__title', { inset }) }}"
>
{{ title }}
</view>
<view class="custom-class {{ utils.bem('cell-group', { inset }) }} {{ border ? 'van-hairline--top-bottom' : '' }}">
<slot />
</view>