储能智慧云小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

cell-group.wxml 316B

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