From 1371733a378cc0d60fbef52862b1630600d4ebd1 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Thu, 15 Jan 2026 14:40:26 +0900 Subject: [PATCH] =?UTF-8?q?mbom=20=EC=84=A0=ED=83=9D=20=ED=95=98=EC=9D=B4?= =?UTF-8?q?=EB=9D=BC=EC=9D=B4=ED=8A=B8=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/productionplanning/mBomPopupLeft.jsp | 44 ++++++++++++++++--- .../quality/customerCsActionFormPopUp.jsp | 2 +- 2 files changed, 40 insertions(+), 6 deletions(-) diff --git a/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp b/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp index e59e32c..d6a05df 100644 --- a/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp +++ b/WebContent/WEB-INF/view/productionplanning/mBomPopupLeft.jsp @@ -47,6 +47,12 @@ body { background-color: #fff9c4 !important; } +/* 선택된 행 하이라이트 스타일 */ +.tabulator-row.row-selected { + background-color: #b8daff !important; + border: 1px solid #007bff !important; +} + /* Select2 in Tabulator 스타일 */ .tabulator-cell .select2-container { width: 100% !important; @@ -72,6 +78,7 @@ body {