fix(achievements):页面美化,添加图像资源

This commit is contained in:
BTMuli
2023-03-10 15:43:36 +08:00
parent 011d84082e
commit f62cec37b5
2 changed files with 13 additions and 0 deletions

View File

@@ -51,6 +51,19 @@
<v-list-item-subtitle>{{
achievement.completed ? achievement.completed_time : achievement.description
}}</v-list-item-subtitle>
<template v-slot:append>
<v-btn variant="flat" disabled>
<template v-slot:append>
<img
src="src/source/material/原石.png"
alt="原石"
class="icon"
style="width: 32px"
/>
</template>
测试
</v-btn>
</template>
</v-list-item>
</v-list>
</v-card>