fix: 修复管理端类型检查阻塞问题

- 修正面板弹窗和对话框覆盖层的类型收敛

- 清理标签滚动与全局搜索中的无效类型和未使用项

- 补齐 API Key 页面弹窗缺失参数以通过 vue-tsc 校验
This commit is contained in:
2026-03-07 21:10:14 +08:00
parent 6dcc6ce893
commit c3e3ba505d
5 changed files with 8 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ const dialogVisible = ref(false);
<EasyFlowPanelModal
v-model:open="dialogVisible"
:centered="true"
title=""
width="xl"
:show-footer="false"
>