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

7 行
256 B

  1. <scroll-view tt:if="{{ scroll }}" scroll-x="true"
  2. class="i-class i-tabs i-tabs-scroll {{ fixed ? 'i-tabs-fixed' : '' }}">
  3. <slot></slot>
  4. </scroll-view>
  5. <view tt:else class="i-class i-tabs {{ fixed ? 'i-tabs-fixed' : '' }}">
  6. <slot></slot>
  7. </view>