抖音c端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

7 řádky
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>