🐛 修复首页卡素材日历的问题

This commit is contained in:
BTMuli
2023-05-26 11:39:06 +08:00
parent 9978becb3b
commit 5a14b90b67
2 changed files with 3 additions and 3 deletions

View File

@@ -35,10 +35,10 @@ interface LoadingProps {
empty?: boolean;
}
const show = ref(false);
const show = ref(true);
const props = withDefaults(defineProps<LoadingProps>(), {
modelValue: false,
modelValue: true,
title: "加载中",
subtitle: "",
content: "",

View File

@@ -1,5 +1,5 @@
<template>
<TOverlay v-model="visible">
<TOverlay v-model="visible" hide>
<div class="toc-box">
<div class="box-div">
<div class="toc-top">