refactor(frontend): 优化ops看板骨架屏组件

- 添加 fullscreen 属性支持,适配全屏模式
- 优化骨架屏布局,更好地匹配实际看板结构
- 改进加载动画效果,提升用户体验
This commit is contained in:
IanShaw027
2026-01-14 23:26:34 +08:00
parent 9584af5cb4
commit 76448ab555
2 changed files with 76 additions and 30 deletions

View File

@@ -8,7 +8,7 @@
{{ errorMessage }}
</div>
<OpsDashboardSkeleton v-if="loading && !hasLoadedOnce" />
<OpsDashboardSkeleton v-if="loading && !hasLoadedOnce" :fullscreen="isFullscreen" />
<OpsDashboardHeader
v-else-if="opsEnabled"