From 192b8f81e511fc7106f2001a7a280e3b53164202 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 14:49:56 +0900 Subject: [PATCH] =?UTF-8?q?min=20max=20width=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EB=B0=8F=20=ED=95=98=EB=8B=A8=20=EB=82=A0=EC=A7=9C=20=EC=B6=94?= =?UTF-8?q?=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/components/PublishList/PublishList.tsx | 4 ++++ src/styles/components/_pdfview.scss | 11 +++++++++++ 3 files changed, 16 insertions(+) diff --git a/src/app/pdftable/page.tsx b/src/app/pdftable/page.tsx index ac2f1d0..6905346 100644 --- a/src/app/pdftable/page.tsx +++ b/src/app/pdftable/page.tsx @@ -49,6 +49,7 @@ export default function PDFTablePage(){

又、現場環境(働き、勾配、瓦桟木条件等)により本適合表と異なる適合結果となる場合が御座います。予めご了承下さい。

屋根材以外の設置条件(垂木、野地板等の設置基準)も必ずご確認下さい。

+
2025年4月30日 10:40
diff --git a/src/components/PublishList/PublishList.tsx b/src/components/PublishList/PublishList.tsx index f6a0494..2531f2b 100644 --- a/src/components/PublishList/PublishList.tsx +++ b/src/components/PublishList/PublishList.tsx @@ -280,6 +280,10 @@ export default function PublishList (){ +
    +
  • 2025/06/02
  • +
  • * 하단 날짜 추가 및 min max width 수정
  • +
2025/05/28 diff --git a/src/styles/components/_pdfview.scss b/src/styles/components/_pdfview.scss index 039d1f5..6dabf35 100644 --- a/src/styles/components/_pdfview.scss +++ b/src/styles/components/_pdfview.scss @@ -58,11 +58,22 @@ } // 지붕재 적합성 +.pdf-table-wrap{ + max-width: 1540px; + min-width: 1540px; + margin: 0 auto; +} .pdf-intro-page{ + display: flex; + flex-direction: column; height: 1080px; padding: 80px 40px ; background-color: #fff; } +.pdf-intro-foot-date{ + margin-top: auto; + text-align: right; +} .pdf-intro-tit-wrap{ text-align: center; .pdf-intro-tit{