[fix]:[FL-54][ATP模型管理页面:统一搜索表单布局和间距]
将ATP模型管理页面的搜索表单布局统一为与用户管理页面一致的样式:
- 将关键词输入框从 className="min-w-[240px]" 改为 style={{ width: 260 }}
- 保持 Form 的 layout="inline" 和 style={{ rowGap: 12 }} 配置
- 确保表单与表格的间距(mt-4)保持一致
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -474,7 +474,7 @@ export default function AtpModelsPage() {
|
||||
)}
|
||||
>
|
||||
<Form layout="inline" style={{ rowGap: 12 }}>
|
||||
<Form.Item label="关键词" className="min-w-[240px]">
|
||||
<Form.Item label="关键词" style={{ width: 260 }}>
|
||||
<Input
|
||||
allowClear
|
||||
value={keywordInput}
|
||||
|
||||
Reference in New Issue
Block a user