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

View File

@@ -150,7 +150,7 @@ onMounted(() => {
<VCard
:height="cardProps.height"
:width="cardProps.width"
:variant="cardProps.site?.is_active ? 'elevated' : 'tonal'"
:variant="cardProps.site?.is_active ? 'elevated' : 'outlined'"
class="overflow-hidden"
@click="siteEditDialog = true"
>

View File

@@ -135,7 +135,7 @@ onMounted(() => {
<VCard
:width="props.width"
:height="props.height"
:variant="downloaded.includes(torrent?.enclosure || '') ? 'tonal' : 'elevated'"
:variant="downloaded.includes(torrent?.enclosure || '') ? 'outlined' : 'elevated'"
@click="handleAddDownload"
>
<template

View File

@@ -131,7 +131,7 @@ onMounted(() => {
<template>
<VListItem
@click="handleAddDownload"
:variant="downloaded.includes(torrent?.enclosure || '') ? 'tonal' : 'flat'"
:variant="downloaded.includes(torrent?.enclosure || '') ? 'outlined' : 'flat'"
>
<template
v-if="!showMoreTorrents"