抖音c端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
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>