waterfall-item.wxml 170 B

1234567
  1. <view
  2. class="waterfall-item custom-class"
  3. style="display: block;{{position}}:0;top:{{(top >= 0 ? top + 'px' : itemCount * 100 + 'rpx')}};"
  4. >
  5. <slot ></slot>
  6. </view>