mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix ui
This commit is contained in:
@@ -222,7 +222,7 @@ const dropdownItems = ref([
|
|||||||
<VCard
|
<VCard
|
||||||
v-if="cardState"
|
v-if="cardState"
|
||||||
:key="props.media?.id"
|
:key="props.media?.id"
|
||||||
:class="`${props.media?.best_version ? 'outline-dotted' : ''}`"
|
:class="`${subscribeForm.best_version ? 'outline-dotted' : ''}`"
|
||||||
@click="editSubscribeDialog"
|
@click="editSubscribeDialog"
|
||||||
>
|
>
|
||||||
<template #image>
|
<template #image>
|
||||||
|
|||||||
Reference in New Issue
Block a user