nemo-shen 98721b7b7e
feat(Cell): cell-group inset prop (#4341)
* feat(Cell): cell-group inset prop

* fix(Cell): remove inset prop default value
2021-07-19 12:24:56 +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>