fix browser

This commit is contained in:
jxxghp
2023-06-29 21:43:43 +08:00
parent 76cd494bdf
commit f88b70ce56
7 changed files with 10 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ const getChipColor = (type: string) => {
<VChip
variant="elevated"
size="small"
:class="getChipColor(props.media?.type||'')"
:class="getChipColor('')"
class="absolute right-2 top-2 bg-opacity-80 shadow-md text-white font-bold">
{{ props.media?.vote_average }}
</VChip>