dev #46

Merged
kjs merged 344 commits from dev into main 2025-09-22 18:17:24 +09:00
1 changed files with 5 additions and 9 deletions
Showing only changes of commit 71ef496bcc - Show all commits

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