From ac55eedc085674eae8e0970947976b761d757bd5 Mon Sep 17 00:00:00 2001 From: JANGHYUNn Date: Fri, 6 Oct 2023 13:53:29 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EB=AC=B8=20=EB=AF=B8=EB=A6=AC?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/custom.css | 8 ++++---- src/views/laanc/LaacnStep3.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 164852fd..94524ee7 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -1012,8 +1012,8 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;} .report-link a{font-size:1rem;display:inline-flex;justify-content: center;align-items: center;} .report-link a svg{margin-left:4px;width:18px;} .report-link a + a{margin-left:1rem} -/* .react-pdf__Page__canvas { +.react-pdf__Page__canvas { margin: 0 auto; - width: 100% !important; - height: 100% !important; -} */ \ No newline at end of file + width: 530px !important; + height: 700px !important; +} \ No newline at end of file diff --git a/src/views/laanc/LaacnStep3.js b/src/views/laanc/LaacnStep3.js index ce850d80..ae43a9ac 100644 --- a/src/views/laanc/LaacnStep3.js +++ b/src/views/laanc/LaacnStep3.js @@ -313,7 +313,7 @@ export default function LaacnStep3({ isOpen={formModal} toggle={handlerClose} className='modal-dialog-centered' - style={{ maxWidth: '650px' }} + style={{ maxWidth: '610px', margin: '0 auto' }} > 공문 미리보기 @@ -325,7 +325,7 @@ export default function LaacnStep3({ {/* {Array.from(new Array(numPages), (el, index) => ( ))} */} - +