mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix ui
This commit is contained in:
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user