mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
fix(achievements):页面美化,添加图像资源
This commit is contained in:
@@ -51,6 +51,19 @@
|
|||||||
<v-list-item-subtitle>{{
|
<v-list-item-subtitle>{{
|
||||||
achievement.completed ? achievement.completed_time : achievement.description
|
achievement.completed ? achievement.completed_time : achievement.description
|
||||||
}}</v-list-item-subtitle>
|
}}</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-item>
|
||||||
</v-list>
|
</v-list>
|
||||||
</v-card>
|
</v-card>
|
||||||
|
|||||||
BIN
src/source/material/原石.png
Normal file
BIN
src/source/material/原石.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user