표 css 통일, 라벨링

This commit is contained in:
leeheejin
2025-09-30 18:42:33 +09:00
parent d861eb5196
commit 8c437270a8
14 changed files with 35 additions and 33 deletions

View File

@@ -920,8 +920,8 @@ const FileUploadComponent: React.FC<FileUploadComponentProps> = ({
)} */}
<div
className="w-full h-full flex flex-col space-y-2"
style={{ minHeight: '120px' }}
className="w-full h-full flex flex-col space-y-3 p-4 border border-gray-200 rounded-lg bg-gradient-to-br from-gray-50 to-white shadow-sm hover:shadow-md transition-all duration-200"
style={{ minHeight: '140px' }}
>
{/* 파일 업로드 영역 - 주석처리 */}
{/* {!isDesignMode && (
@@ -985,7 +985,8 @@ const FileUploadComponent: React.FC<FileUploadComponentProps> = ({
<div className="flex-1 overflow-y-auto">
<div className="space-y-2">
<div className="flex items-center justify-between">
<h4 className="text-sm font-medium text-gray-700" style={{ textShadow: 'none', boxShadow: 'none' }}>
<h4 className="text-base font-semibold text-gray-800 flex items-center gap-2">
<File className="w-5 h-5 text-blue-500" />
({uploadedFiles.length})
</h4>
<div className="flex items-center space-x-2">