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