feat(WEB): 헤더 프로필 메뉴에 글자 크기 조절 기능 추가

- 프로필 드롭다운에 12~18px 글자 크기 선택 패널 추가
- +/- 버튼 및 프리셋 버튼(12~16px)으로 즉시 전환
- localStorage 저장으로 세션 간 설정 유지
- CSS 변수(--font-size) 기반 전체 폰트 비례 축소/확대
- 견적 등록 테스트 데이터에 할인 필드 추가

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
유병철
2026-01-30 16:00:30 +09:00
parent 9efaef5950
commit 2315ffe64e
2 changed files with 76 additions and 0 deletions

View File

@@ -282,6 +282,8 @@ export function QuoteRegistrationV2({
vatType: "included",
remarks: "[DevFill] 테스트 견적입니다.",
status: "draft",
discountRate: 0,
discountAmount: 0,
locations: testLocations,
};