From 666f0f2df495111a98dcb7603e9fb288b79d24b2 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Tue, 31 Mar 2026 07:48:10 +0900 Subject: [PATCH] =?UTF-8?q?fix(attendance):=20=EC=9B=94=EA=B0=84=20?= =?UTF-8?q?=EA=B7=BC=ED=83=9C=20=EC=83=81=EB=8B=A8=20UI=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 날짜+조회 좌측, 휴무일+Excel 우측 분리 배치 - 보조 버튼에 아이콘 추가 + 크기 축소 - 불필요한 요약 통계 카드 제거 (전체인원/총근무시간 등) - flex-wrap 적용으로 모바일 대응 Co-Authored-By: Claude Opus 4.6 (1M context) --- .../web/pages/attendance/monthly.html | 31 +++++++------------ 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/system1-factory/web/pages/attendance/monthly.html b/system1-factory/web/pages/attendance/monthly.html index f54af93..25246d9 100644 --- a/system1-factory/web/pages/attendance/monthly.html +++ b/system1-factory/web/pages/attendance/monthly.html @@ -403,25 +403,19 @@

월별 출근부

전체 작업자의 월별 출근 현황을 확인합니다

- -
- - - - -
- - -
-
- +
+
+ + +
+
+ +
@@ -729,7 +723,6 @@ } renderTable(); - renderSummary(); } catch (error) { console.error('데이터 로드 오류:', error);