mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix MediaInfoCard chip background
This commit is contained in:
@@ -82,8 +82,7 @@ function openTmdbPage(type: string, tmdbId: number) {
|
|||||||
<VChip
|
<VChip
|
||||||
v-if="context?.media_info?.tmdb_id"
|
v-if="context?.media_info?.tmdb_id"
|
||||||
variant="elevated"
|
variant="elevated"
|
||||||
color="success"
|
class="me-1 mb-1 text-white bg-green-500"
|
||||||
class="me-1 mb-1"
|
|
||||||
@click="openTmdbPage(context?.media_info?.type || '', context?.media_info?.tmdb_id)"
|
@click="openTmdbPage(context?.media_info?.type || '', context?.media_info?.tmdb_id)"
|
||||||
>
|
>
|
||||||
{{ context?.media_info?.tmdb_id }}
|
{{ context?.media_info?.tmdb_id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user