From 4ecb649236c12d4e0d2963d9080dd2b750051266 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Sat, 25 Oct 2025 09:19:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AA=A9=EB=A1=9D=20=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EA=B3=B5=ED=86=B5=20=ED=97=A4?= =?UTF-8?q?=EB=8D=94=20=ED=91=9C=EC=8B=9C=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - showSection 함수에서 공통 헤더 현재 페이지 상태 업데이트 로직 추가 - 목록 관리 및 보고서 섹션에 상단 여백 추가 (헤더 가림 방지) - 공통 헤더에 updateCurrentPage 메서드 추가 Changes: - index.html: showSection에서 헤더 상태 업데이트, 섹션별 padding-top 추가 - common-header.js: updateCurrentPage 메서드 추가 Fixes: 목록 관리 페이지에서 공통 헤더가 보이지 않는 문제 --- frontend/index.html | 17 ++++++++++++++--- frontend/static/js/components/common-header.js | 9 +++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 95f09df..f69470e 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -344,7 +344,7 @@ -