From 0cdaa50d750385ce082cce0dba18be06e65d9573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Mon, 2 Jun 2025 15:18:08 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=EB=8B=B9=20?= =?UTF-8?q?=ED=95=98=EB=8B=A8=20=EB=82=A0=EC=A7=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pdftable/page.tsx | 1 + src/styles/components/_pdfview.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/pdftable/page.tsx b/src/app/pdftable/page.tsx index 6905346..fb6a506 100644 --- a/src/app/pdftable/page.tsx +++ b/src/app/pdftable/page.tsx @@ -684,6 +684,7 @@ export default function PDFTablePage(){ +
2025年4月30日 10:40
diff --git a/src/styles/components/_pdfview.scss b/src/styles/components/_pdfview.scss index 6dabf35..e5d2df1 100644 --- a/src/styles/components/_pdfview.scss +++ b/src/styles/components/_pdfview.scss @@ -66,7 +66,7 @@ .pdf-intro-page{ display: flex; flex-direction: column; - height: 1080px; + height: 1050px; padding: 80px 40px ; background-color: #fff; } @@ -92,6 +92,7 @@ .pdf-table-content{ padding: 20px; + margin-bottom: 50px; } .pdf-table-grid-wrap{ display: grid;