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
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user