抖音c端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
326 B

  1. <view class="i-sticky-item">
  2. <view class="i-sticky-item-header i-class {{ isFixed === true ? 'i-sticky-fixed' : '' }}">
  3. <view class="i-sticky-title">
  4. <slot name="title"></slot>
  5. </view>
  6. </view>
  7. <view class="i-index-item-content">
  8. <slot name="content"></slot>
  9. </view>
  10. </view>