feat: 다중 도메인 UI 개선 및 컴포넌트 리팩토링

- 게시판, HR, 설정, 차량관리, 건설, 견적 등 전반적 UI 개선
- FormField, TabChip, Select 등 공통 컴포넌트 개선
- 가격배분 edit 페이지 제거 및 상세 페이지 통합
- 체크리스트, 근태, 급여, 권한 관리 등 폼 개선

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
유병철
2026-02-25 22:30:06 +09:00
parent 1675bcbedf
commit 8f9507a665
86 changed files with 856 additions and 685 deletions

View File

@@ -120,7 +120,7 @@ export function LeavePolicyManagement() {
<CardContent className="p-6">
<h3 className="text-lg font-semibold mb-6"> </h3>
<div className="grid grid-cols-2 gap-6">
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
{/* 기준 셀렉트 */}
<div className="space-y-2">
<Label></Label>
@@ -194,7 +194,7 @@ export function LeavePolicyManagement() {
<CardContent className="p-6">
<h3 className="text-lg font-semibold mb-6"> </h3>
<div className="grid grid-cols-3 gap-6">
<div className="grid grid-cols-1 sm:grid-cols-3 gap-6">
{/* 기본 연차 일수 */}
<div className="space-y-2">
<Label> </Label>
@@ -269,7 +269,7 @@ export function LeavePolicyManagement() {
</div>
{settings.carryOverEnabled && (
<div className="grid grid-cols-2 gap-6 pt-4 border-t">
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 pt-4 border-t">
{/* 최대 이월 일수 */}
<div className="space-y-2">
<Label> </Label>