미리보기 모달 페이지 크기 불일치 수정
This commit is contained in:
parent
d90e68905e
commit
e8b581f5da
|
|
@ -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,
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue