修复样式bug

This commit is contained in:
thofx
2023-07-22 20:12:28 +08:00
parent 0e8e408b07
commit 0cec825895
5 changed files with 53 additions and 44 deletions
+2 -1
View File
@@ -132,8 +132,9 @@ async function fetchData({ done }: { done: any }) {
<VInfiniteScroll
mode="intersect"
side="end"
:on-load="fetchData"
:items="dataList"
class="overflow-hidden"
@load="fetchData"
>
<template #loading />
<div