mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🐛 修复一些问题
This commit is contained in:
@@ -40,6 +40,7 @@ const show = ref(true);
|
||||
const props = withDefaults(defineProps<LoadingProps>(), {
|
||||
modelValue: true,
|
||||
title: "加载中",
|
||||
subtitle: "",
|
||||
empty: false,
|
||||
});
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
<div class="wrap">
|
||||
<!-- 左侧菜单 -->
|
||||
<div class="left-wrap">
|
||||
<!-- todo 简化 -->
|
||||
<v-list
|
||||
v-for="series in seriesList"
|
||||
:key="series.id"
|
||||
@@ -77,8 +76,7 @@
|
||||
</div>
|
||||
<v-list-item>
|
||||
<template #prepend>
|
||||
<v-icon :color="achievement.isCompleted ? 'var(--tgc-green-1)' : 'var(--tgc-blue-3)'">
|
||||
<!-- todo 图标替换 -->
|
||||
<v-icon :color="achievement.isCompleted ? 'success' : 'var(--tgc-blue-3)'">
|
||||
{{ achievement.isCompleted ? "mdi-check-circle" : "mdi-circle" }}
|
||||
</v-icon>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user