抖音c端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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