디자인 수정

This commit is contained in:
2025-09-19 09:36:36 +09:00
parent 38db624fd4
commit 71ef496bcc

View File

@@ -236,14 +236,10 @@ export const InsertFieldMappingPanel: React.FC<InsertFieldMappingPanelProps> = (
return (
<div className="mt-4">
{/* 헤더 섹션 */}
<Card className="mb-6 from-blue-50 to-green-50 py-2">
<CardContent className="pt-0">
<p className="text-sm leading-relaxed text-gray-700">
, .
. FROM TO .
</p>
</CardContent>
</Card>
<p className="mb-4 text-sm leading-relaxed text-gray-700">
, .
. FROM TO .
</p>
<div className="grid grid-cols-2 gap-6">
<ColumnTableSection
@@ -290,7 +286,7 @@ export const InsertFieldMappingPanel: React.FC<InsertFieldMappingPanelProps> = (
</div>
{/* 빠른 필터 액션 */}
<Card className="mt-6 py-2">
<Card className="mt-6 border-none py-2 shadow-none">
<CardContent className="flex flex-wrap gap-2 p-3">
<span className="self-center text-sm font-medium text-gray-700"> :</span>
<Button