fix: recycle scroller glitches (#174)
This commit is contained in:
parent
6acc838850
commit
d97beabf4a
4 changed files with 10 additions and 2 deletions
|
@ -11,7 +11,7 @@ const { paginator } = defineProps<{
|
|||
<template>
|
||||
<CommonPaginator :paginator="paginator" virtual-scroller>
|
||||
<template #default="{ item, active }">
|
||||
<DynamicScrollerItem :item="item" :active="active" :size-dependencies="[item.text]">
|
||||
<DynamicScrollerItem :item="item" :active="active">
|
||||
<StatusCard
|
||||
:status="item"
|
||||
border="b base" py-3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue