🐛 fix(tool-center): 移除内嵌工具重复标题头

- 工具中心详情页统一承载入口标题和说明
- 数据同步、表结构比对和数据比对嵌入时隐藏内部 hero
- 数据目录、快捷键、连接包和安全更新嵌入时隐藏内部 Modal 标题
- 补充工具中心全 pane 标题归属回归断言
This commit is contained in:
Syngnat
2026-06-25 18:42:53 +08:00
parent bdb60a656a
commit 8dde4c3c6d
8 changed files with 138 additions and 73 deletions

View File

@@ -64,9 +64,10 @@ export default function ConnectionPackagePasswordModal({
<Modal
open={open}
embedded={embedded}
title={(
title={embedded ? null : (
<span style={{ minWidth: 0 }}>{title}</span>
)}
closable={embedded ? false : undefined}
onCancel={onCancel}
destroyOnHidden={false}
maskClosable={false}