Commit 508bfefd authored by leiqingsong's avatar leiqingsong

无缝滚动

parent 726f9bff
...@@ -25,15 +25,18 @@ ...@@ -25,15 +25,18 @@
> >
用户{{ item.userId }}进入空投池 用户{{ item.userId }}进入空投池
</p> </p>
<template v-if="userPoolVos.length > 3 && userPoolVos.length < 15"> </div>
<p <div
v-for="(item, index) in userPoolVos" :class="['user-id-list', canScroll && 'scroll']"
:key="index + 'down'" :style="canScroll && `animation-duration: ${animationDuration}s`"
@click="openUserInfo(item)" >
> <p
用户{{ item.userId }}进入空投池 v-for="(item, index) in userPoolVos"
</p> :key="index"
</template> @click="openUserInfo(item)"
>
用户{{ item.userId }}进入空投池
</p>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment