디자인 수정

This commit is contained in:
hyeonsu 2025-09-19 09:36:36 +09:00
parent 38db624fd4
commit 71ef496bcc
1 changed files with 5 additions and 9 deletions

View File

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