fix(achievement): 样式优化,明天开写 GCG

This commit is contained in:
BTMuli
2023-03-16 01:24:30 +08:00
parent b6d237d1e8
commit 71affcd5e4

View File

@@ -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>