refactor: 在仪表板中添加加载横幅组件,提升用户体验

This commit is contained in:
jxxghp
2026-06-07 21:40:32 +08:00
parent 369afd6674
commit 89cf7070bb
2 changed files with 10 additions and 1 deletions

View File

@@ -1007,6 +1007,8 @@ onBeforeUnmount(() => {
</script>
<template>
<LoadingBanner v-if="!isDashboardRevealed" class="mt-12" />
<!-- 仪表板 -->
<div
ref="dashboardGridRef"