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

side-bar.wxml 211B

123456
  1. <wxs src="../common/utils.wxs" module="_" />
  2. <view class="{{classPrefix}} class {{prefix}}-class" style="{{_._style([style, customStyle])}}">
  3. <slot />
  4. <view class="{{classPrefix}}__padding"></view>
  5. </view>