抖音c端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

7 satır
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>