This commit is contained in:
jxxghp
2024-05-10 20:08:04 +08:00
parent 4b70549bcb
commit ac43d53884

View File

@@ -40,6 +40,8 @@ onMounted(() => {
<template>
<VCard>
<!-- Triangle Background -->
<VImg :src="triangleBg" class="triangle-bg flip-in-rtl" />
<VCardItem>
<template #append>
<VIcon class="cursor-move">mdi-drag</VIcon>
@@ -56,9 +58,6 @@ onMounted(() => {
</p>
</VCardText>
<!-- Triangle Background -->
<VImg :src="triangleBg" class="triangle-bg flip-in-rtl" />
<!-- Trophy -->
<VImg :src="trophy" class="trophy" />
</VCard>