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 achievement.completed ? achievement.completed_time : achievement.description
}}</v-list-item-subtitle> }}</v-list-item-subtitle>
<template v-slot:append> <template v-slot:append>
<v-btn variant="flat" disabled> <v-btn width="80px" class="reward-btn">
<template v-slot:append> <template v-slot:append>
<img <img
src="/source/material/原石.webp" src="/source/material/原石.webp"
@@ -84,7 +84,7 @@
style="width: 32px" style="width: 32px"
/> />
</template> </template>
测试 {{ achievement.reward }}
</v-btn> </v-btn>
</template> </template>
</v-list-item> </v-list-item>
@@ -318,4 +318,10 @@ async function exportJson() {
height: 100%; height: 100%;
overflow: auto; overflow: auto;
} }
/* 成就奖励 */
.reward-btn {
background: #565f6f !important;
color: #ece5d8 !important;
}
</style> </style>