From eea99359b54b9c657f03c03a3a12c830108c2498 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Mon, 30 Mar 2026 10:04:28 +0900 Subject: [PATCH] =?UTF-8?q?fix(tkfb):=20=EC=97=B0=EC=B0=A8=20=ED=98=84?= =?UTF-8?q?=ED=99=A9=20=EB=B9=88=20=ED=96=89=20=EC=A0=9C=EA=B1=B0=20+=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=EC=B9=B8=20=EB=84=88=EB=B9=84=20=ED=99=95?= =?UTF-8?q?=EB=8C=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - card/card-body 래퍼 제거 → 테이블 위 빈 행 해소 - num-input: width:55px → min-width:65px; width:auto (음수 소수점 대응) Co-Authored-By: Claude Opus 4.6 (1M context) --- system1-factory/web/pages/attendance/annual-overview.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/system1-factory/web/pages/attendance/annual-overview.html b/system1-factory/web/pages/attendance/annual-overview.html index 2bb428c..f57b222 100644 --- a/system1-factory/web/pages/attendance/annual-overview.html +++ b/system1-factory/web/pages/attendance/annual-overview.html @@ -87,7 +87,8 @@ /* 입력 필드 */ .num-input { - width: 55px; + min-width: 65px; + width: auto; padding: 0.25rem; border: 1px solid #d1d5db; border-radius: 0.25rem; @@ -286,8 +287,7 @@ -
-
+
@@ -306,7 +306,6 @@
로딩 중...
-