This commit is contained in:
jxxghp
2023-10-12 16:26:05 +08:00
parent 23d808f8b1
commit 240d6bede0
2 changed files with 7 additions and 5 deletions

View File

@@ -130,13 +130,12 @@ onMounted(() => {
<VAvatar
class="rounded"
variant="flat"
rounded="0"
@click.stop="openTorrentDetail"
>
<VImg :src="siteIcon" />
</VAvatar>
</template>
<VListItemTitle>
<VListItemTitle class="break-words overflow-visible whitespace-break-spaces">
{{ torrent?.title }}
<span class="text-green-700 ms-2 text-sm">{{ torrent?.seeders }}</span>
<span class="text-orange-700 ms-2 text-sm">{{ torrent?.peers }}</span>

View File

@@ -101,7 +101,10 @@ onMounted(() => {
<template>
<VRow>
<VCol>
<VList lines="three">
<VList
lines="three"
class="rounded"
>
<TorrentItem
v-for="(item, index) in dataList"
:key="index"
@@ -115,9 +118,9 @@ onMounted(() => {
<VCol
xl="2"
md="3"
class="d-none d-md-block h-100"
class="d-none d-md-block"
>
<VList lines="one" class="sticky top-5">
<VList lines="one" class="rounded">
<VListSubheader v-if="siteFilterOptions.length > 0">
站点
</VListSubheader>