From edf56cefd869861b31243d633b634f0fa3a722ed Mon Sep 17 00:00:00 2001 From: Mina Choi Date: Wed, 20 May 2026 11:50:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20PDF=20=EC=9D=B8=EC=87=84=20=EC=8B=9C=20?= =?UTF-8?q?=EB=93=9C=EB=A1=AD=EB=8B=A4=EC=9A=B4/=ED=8C=9D=EC=98=A4?= =?UTF-8?q?=EB=B2=84=20=EC=BA=A1=EC=B2=98=20=EB=B0=A9=EC=A7=80=20+=20plan?= =?UTF-8?q?=20=EB=A9=94=EB=89=B4=EC=97=90=EC=84=9C=20=EC=A0=9C=EC=9E=91=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=B4=ED=94=84=EB=9D=BC=EC=9D=B8=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @media print 규칙에 Radix popper / role=menu·dialog·tooltip 숨김 추가 → '리포트/플랜 다운로드' 드롭다운이 열린 채 window.print() 호출돼도 캡처에서 제외 - PLAN_SECTIONS 에서 workflow-tracker(제작 파이프라인) 주석 처리 --- src/shared/constants/planSections.ts | 3 ++- src/styles/custom.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/shared/constants/planSections.ts b/src/shared/constants/planSections.ts index ab17fe9..7adab80 100644 --- a/src/shared/constants/planSections.ts +++ b/src/shared/constants/planSections.ts @@ -5,7 +5,8 @@ export const PLAN_SECTIONS = [ { id: 'content-calendar', label: '콘텐츠 캘린더' }, { id: 'asset-collection', label: '에셋 수집' }, { id: 'repurposing-proposal', label: '리퍼포징 제안' }, - { id: 'workflow-tracker', label: '제작 파이프라인' }, + // { id: 'workflow-tracker', label: '제작 파이프라인' }, // plan에서 미포함 + { id: 'my-asset-upload', label: '나의 소재' }, // 성과 기반 전략 조정 — 본 차수 미포함, 후속 모듈 이관 // { id: 'strategy-adjustment', label: '전략 조정' }, diff --git a/src/styles/custom.css b/src/styles/custom.css index 0f14b20..caf8abb 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -78,6 +78,10 @@ [data-report-nav], [data-plan-nav], [data-cta-card], + [data-radix-popper-content-wrapper], + [role="menu"], + [role="dialog"], + [role="tooltip"], nav { display: none !important; }