更新 TorrentCardListView.vue

This commit is contained in:
jxxghp
2025-04-02 16:00:34 +08:00
committed by GitHub
parent a98bf08b2d
commit 50e76496a2

View File

@@ -609,7 +609,7 @@ function loadMore({ done }: { done: any }) {
<VInfiniteScroll mode="intersect" side="end" :items="displayDataList" class="overflow-hidden" @load="loadMore">
<template #loading />
<template #empty />
<div class="grid gap- grid-torrent-card items-start">
<div class="grid gap-4 grid-torrent-card items-start">
<TorrentCard
v-for="item in displayDataList"
:key="`${item.torrent_info.page_url}`"