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