mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
fix(achievement): 样式优化,明天开写 GCG
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
achievement.completed ? achievement.completed_time : achievement.description
|
||||
}}</v-list-item-subtitle>
|
||||
<template v-slot:append>
|
||||
<v-btn variant="flat" disabled>
|
||||
<v-btn width="80px" class="reward-btn">
|
||||
<template v-slot:append>
|
||||
<img
|
||||
src="/source/material/原石.webp"
|
||||
@@ -84,7 +84,7 @@
|
||||
style="width: 32px"
|
||||
/>
|
||||
</template>
|
||||
测试
|
||||
{{ achievement.reward }}
|
||||
</v-btn>
|
||||
</template>
|
||||
</v-list-item>
|
||||
@@ -318,4 +318,10 @@ async function exportJson() {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* 成就奖励 */
|
||||
.reward-btn {
|
||||
background: #565f6f !important;
|
||||
color: #ece5d8 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user