mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 添加 finish icon
This commit is contained in:
BIN
public/source/UI/finish.webp
Normal file
BIN
public/source/UI/finish.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 896 B |
@@ -76,8 +76,11 @@
|
||||
</div>
|
||||
<v-list-item>
|
||||
<template #prepend>
|
||||
<v-icon :color="achievement.isCompleted ? 'success' : 'var(--tgc-blue-3)'">
|
||||
{{ achievement.isCompleted ? "mdi-check-circle" : "mdi-circle" }}
|
||||
<v-icon v-if="!achievement.isCompleted" color="var(--tgc-blue-3)">
|
||||
mdi-circle
|
||||
</v-icon>
|
||||
<v-icon v-else class="achievement-finish">
|
||||
<img alt="finish" src="/source/UI/finish.webp" />
|
||||
</v-icon>
|
||||
</template>
|
||||
<v-list-item-title>
|
||||
@@ -501,6 +504,11 @@ async function handleImportOuter(app: string): Promise<void> {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.achievement-finish img {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
/* 成就完成时间 */
|
||||
.right-time {
|
||||
margin-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user