mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 01:06:41 +08:00
fix #2045
This commit is contained in:
@@ -40,6 +40,8 @@ onMounted(() => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VCard>
|
<VCard>
|
||||||
|
<!-- Triangle Background -->
|
||||||
|
<VImg :src="triangleBg" class="triangle-bg flip-in-rtl" />
|
||||||
<VCardItem>
|
<VCardItem>
|
||||||
<template #append>
|
<template #append>
|
||||||
<VIcon class="cursor-move">mdi-drag</VIcon>
|
<VIcon class="cursor-move">mdi-drag</VIcon>
|
||||||
@@ -56,9 +58,6 @@ onMounted(() => {
|
|||||||
</p>
|
</p>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
|
|
||||||
<!-- Triangle Background -->
|
|
||||||
<VImg :src="triangleBg" class="triangle-bg flip-in-rtl" />
|
|
||||||
|
|
||||||
<!-- Trophy -->
|
<!-- Trophy -->
|
||||||
<VImg :src="trophy" class="trophy" />
|
<VImg :src="trophy" class="trophy" />
|
||||||
</VCard>
|
</VCard>
|
||||||
|
|||||||
Reference in New Issue
Block a user