mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 08:46:40 +08:00
fix subscribe card
This commit is contained in:
@@ -190,8 +190,6 @@ const dropdownItems = ref([
|
|||||||
</VCardText>
|
</VCardText>
|
||||||
<VCardText class="d-flex justify-space-between align-center flex-wrap">
|
<VCardText class="d-flex justify-space-between align-center flex-wrap">
|
||||||
<div class="d-flex align-center">
|
<div class="d-flex align-center">
|
||||||
<IconBtn icon="mdi-star" :color="getTextColor()" class="me-1" />
|
|
||||||
<span class="text-subtitle-2 me-4" :class="getTextClass()">{{ props.media?.vote }}</span>
|
|
||||||
<IconBtn
|
<IconBtn
|
||||||
v-if="props.media?.total_episode"
|
v-if="props.media?.total_episode"
|
||||||
v-bind="props"
|
v-bind="props"
|
||||||
|
|||||||
Reference in New Issue
Block a user