미리보기 모달 페이지 크기 불일치 수정

This commit is contained in:
dohyeons 2025-12-22 15:45:17 +09:00
parent d90e68905e
commit e8b581f5da
1 changed files with 2 additions and 2 deletions

View File

@ -1151,8 +1151,8 @@ export function ReportPreviewModal({ isOpen, onClose }: ReportPreviewModalProps)
<div
className="relative mx-auto overflow-hidden shadow-lg"
style={{
width: `${page.width}mm`,
minHeight: `${page.height}mm`,
width: `${page.width * 4}px`,
minHeight: `${page.height * 4}px`,
backgroundColor: page.background_color,
}}
>