選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- <scroll-view tt:if="{{ scroll }}" scroll-x="true"
- class="i-class i-tabs i-tabs-scroll {{ fixed ? 'i-tabs-fixed' : '' }}">
- <slot></slot>
- </scroll-view>
- <view tt:else class="i-class i-tabs {{ fixed ? 'i-tabs-fixed' : '' }}">
- <slot></slot>
- </view>
|