修复样式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

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

View File

@@ -87,7 +87,7 @@ onBeforeMount(fetchData)
icon="mdi-plus"
v-bind="props"
size="x-large"
class="fixed right-5"
class="absolute right-5 bottom-5"
/>
</template>