From dd24f55734fa0466caacff0384373674b1b1b373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EB=B3=91=EC=B2=A0?= Date: Fri, 20 Mar 2026 10:12:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[accounting]=20=EC=86=90=EC=9D=B5?= =?UTF-8?q?=EA=B3=84=EC=82=B0=EC=84=9C=20=ED=85=8C=EC=9D=B4=EB=B8=94=20?= =?UTF-8?q?=ED=96=89=20hover=20=EC=A0=9C=EA=B1=B0=20+=20=EC=A0=84=EC=9B=94?= =?UTF-8?q?=20=ED=97=A4=EB=8D=94=20=EB=85=B9=EC=83=89=20=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accounting/IncomeStatement/MonthlyView.tsx | 16 ++++++++-------- .../accounting/IncomeStatement/PeriodView.tsx | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/accounting/IncomeStatement/MonthlyView.tsx b/src/components/accounting/IncomeStatement/MonthlyView.tsx index ef1eaff4..5d74d5f5 100644 --- a/src/components/accounting/IncomeStatement/MonthlyView.tsx +++ b/src/components/accounting/IncomeStatement/MonthlyView.tsx @@ -90,7 +90,7 @@ function SingleMonthView({ {sections.map((section) => { const isHighlight = HIGHLIGHT_CODES.includes(section.code); - const highlightClass = isHighlight ? 'bg-green-50' : ''; + const highlightClass = isHighlight ? 'bg-green-50 hover:bg-green-50' : 'hover:bg-transparent'; // 계산 항목 또는 세부과목 없는 항목 if (section.items.length === 0) { @@ -136,7 +136,7 @@ function SingleMonthSectionRows({ }) { return ( <> - + {section.code}. {section.name} @@ -146,7 +146,7 @@ function SingleMonthSectionRows({ {section.items.map((item, idx) => { const isLast = idx === lastIdx; return ( - + {item.name} @@ -221,17 +221,17 @@ function AllMonthsView({
- + - 과목 + 과 목 {months.map((m) => ( {m.label} @@ -247,7 +247,7 @@ function AllMonthsView({ return ( {/* 섹션 헤더 — 금액 표시 안 함 */} - + {code}. {name} @@ -192,7 +192,7 @@ function SectionRows({ {items.map((item, idx) => { const isLast = idx === lastIdx; return ( - + {item.name}