This commit is contained in:
jxxghp
2024-04-13 09:20:59 +08:00
parent b2a8707e91
commit 9c6ba294f9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ onMounted(() => {
<VCard <VCard
:height="cardProps.height" :height="cardProps.height"
:width="cardProps.width" :width="cardProps.width"
:variant="cardProps.site?.is_active ? 'elevated' : 'tonal'" :variant="cardProps.site?.is_active ? 'elevated' : 'outlined'"
class="overflow-hidden" class="overflow-hidden"
@click="siteEditDialog = true" @click="siteEditDialog = true"
> >
+1 -1
View File
@@ -135,7 +135,7 @@ onMounted(() => {
<VCard <VCard
:width="props.width" :width="props.width"
:height="props.height" :height="props.height"
:variant="downloaded.includes(torrent?.enclosure || '') ? 'tonal' : 'elevated'" :variant="downloaded.includes(torrent?.enclosure || '') ? 'outlined' : 'elevated'"
@click="handleAddDownload" @click="handleAddDownload"
> >
<template <template
+1 -1
View File
@@ -131,7 +131,7 @@ onMounted(() => {
<template> <template>
<VListItem <VListItem
@click="handleAddDownload" @click="handleAddDownload"
:variant="downloaded.includes(torrent?.enclosure || '') ? 'tonal' : 'flat'" :variant="downloaded.includes(torrent?.enclosure || '') ? 'outlined' : 'flat'"
> >
<template <template
v-if="!showMoreTorrents" v-if="!showMoreTorrents"