cell-group.wxml 304 B

123456789
  1. <wxs src="../common/utils.wxs" module="_" />
  2. <view wx:if="{{ title }}" class="{{ classPrefix }}__title {{prefix}}-class-title"> {{ title }} </view>
  3. <view
  4. style="{{_._style([style, customStyle])}}"
  5. class="{{_.cls(classPrefix, [[bordered, 'bordered'], theme])}} {{prefix}}-class"
  6. >
  7. <slot />
  8. </view>