[Fix] 근무 요청 카드 시간 박스 겹침 해결 #77
Open
l2juhan wants to merge 1 commit into
Open
Conversation
시:분을 분리된 박스 4개로 두던 구조를 "HH:mm" 통합 박스 2개로 단순화하고, detailHourBox에 flex: 1을 적용해 화면 너비에 자동 적응되도록 변경. 좁은 화면(iPhone SE 등)에서 박스가 겹쳐 보이던 문제 해결. - BaseRequestCard: 기존/요청 근무 시간 양쪽 박스 통합 - detailTilde 스타일에 color/fontSize 명시로 톤 통일
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

📌 Issue number and Link
closed #60
✏️ Summary
보낸/받은 근무 요청 카드의 상세 영역에서 시:분 박스가 좁은 화면(iPhone SE 등)에서 컨테이너를 벗어나 겹쳐 보이던 UI 버그를 해결했습니다.
근본 원인은 한 줄에 8개 element(날짜 박스 + 시 박스 + 분 박스 + ~ + 시 박스 + 분 박스 + 콜론 2개)를 욱여넣은 구조 자체였기 때문에, 단순 크기 축소가 아닌 시:분을 통합된 "HH:mm" 박스 하나로 단순화하는 방식으로 해결했습니다.
📝 Changes
BaseRequestCard.tsx— 기존/요청 근무 시간 양쪽 모두 시:분 박스 4개 → "HH:mm" 통합 박스 2개로 변경detailHourBox스타일에flex: 1적용 → 화면 너비에 자동 적응 (iPhone SE ~ Pro Max 안정)detailTilde스타일에color/fontSize명시로 박스 텍스트와 톤 통일🔎 PR Type
📸 Screenshot
테스트 시나리오
2/18 09:00 ~ 18:00)도 그대로 표시네이티브 빌드
불필요 (스타일/렌더링 변경만)