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