[fix]:[FL-75][统一筛选表单样式控制方式]

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-19 16:33:15 +08:00
parent 9e8e069705
commit 97e9800ca7
+2 -2
View File
@@ -1122,7 +1122,7 @@ export default function AdminElevationPage() {
)}
>
<Form layout="inline" style={{ rowGap: 12 }}>
<Form.Item label="关键词" className="min-w-[240px]">
<Form.Item label="关键词" style={{ width: 260 }}>
<Input
allowClear
placeholder="按编码/名称/来源搜索"
@@ -1132,7 +1132,7 @@ export default function AdminElevationPage() {
/>
</Form.Item>
<Form.Item label="状态" className="min-w-[170px]">
<Form.Item label="状态" style={{ width: 170 }}>
<Select<"all" | "active" | "disabled">
allowClear
value={statusFilter}