mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +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"
|
||||||
:flat="!cardProps.site?.is_active"
|
:variant="cardProps.site?.is_active ? 'elevated' : 'tonal'"
|
||||||
class="overflow-hidden"
|
class="overflow-hidden"
|
||||||
@click="siteEditDialog = true"
|
@click="siteEditDialog = true"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user