fix torrents filter

This commit is contained in:
jxxghp
2023-07-16 08:45:35 +08:00
parent c52d2d3611
commit f8c70622d4
3 changed files with 169 additions and 133 deletions

View File

@@ -188,7 +188,7 @@ onMounted(() => {
@click="siteInfoDialog = true"
>
<template #image>
<VAvatar class="absolute right-2 bottom-2" variant="flat" rounded="0">
<VAvatar class="absolute right-2 bottom-2 rounded" variant="flat" rounded="0">
<VImg :src="siteIcon" />
</VAvatar>
</template>