// ============================================================ // CenterPanel — 中列容器(模型输入表单) // ============================================================ import { theme as antTheme } from 'antd'; import { ModelInputForm } from './ModelInputForm'; export function CenterPanel() { const { token } = antTheme.useToken(); return (