Merge pull request #4 from thofx/lint_fix

修复样式bug
This commit is contained in:
jxxghp
2023-07-22 20:20:53 +08:00
committed by GitHub
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>