This commit is contained in:
jxxghp
2024-04-13 09:18:25 +08:00
parent 193e3085a9
commit b2a8707e91
+1 -1
View File
@@ -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"
> >