mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
fix
This commit is contained in:
@@ -34,14 +34,13 @@ onMounted(() => {
|
|||||||
|
|
||||||
<VIcon
|
<VIcon
|
||||||
v-if="props.site?.is_active"
|
v-if="props.site?.is_active"
|
||||||
icon="mdi-check-circle-outline"
|
icon="mdi-check-circle"
|
||||||
color="success"
|
color="success"
|
||||||
size="32"
|
class="absolute right-2 top-2"
|
||||||
class="absolute right-2 top-2 bg-opacity-80 text-white font-bold"
|
|
||||||
>
|
>
|
||||||
</VIcon>
|
</VIcon>
|
||||||
|
|
||||||
<VAvatar class="absolute right-5 bottom-5">
|
<VAvatar class="absolute right-5 bottom-5" variant="flat" rounded="0">
|
||||||
<VImg :src="siteIcon"></VImg>
|
<VImg :src="siteIcon"></VImg>
|
||||||
</VAvatar>
|
</VAvatar>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user