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

12 行
292 B

  1. <wxs src="../wxs/utils.wxs" module="utils" />
  2. <view
  3. wx:if="{{ title }}"
  4. class="{{ utils.bem('cell-group__title', { inset }) }}"
  5. >
  6. {{ title }}
  7. </view>
  8. <view class="custom-class {{ utils.bem('cell-group', { inset }) }} {{ border ? 'van-hairline--top-bottom' : '' }}">
  9. <slot />
  10. </view>