diff --git a/src/components/pdf/SuitableDownloadPdf.tsx b/src/components/pdf/SuitableDownloadPdf.tsx index 910d9b3..c034fe9 100644 --- a/src/components/pdf/SuitableDownloadPdf.tsx +++ b/src/components/pdf/SuitableDownloadPdf.tsx @@ -124,7 +124,7 @@ export default function SuitableDownloadPdf() { ))} -
{createTime}
+
{createTime}
diff --git a/src/styles/components/_pdfview.scss b/src/styles/components/_pdfview.scss index e5d2df1..44e2a77 100644 --- a/src/styles/components/_pdfview.scss +++ b/src/styles/components/_pdfview.scss @@ -91,6 +91,9 @@ } .pdf-table-content{ + display: flex; + flex-direction: column; + height: 1050px; padding: 20px; margin-bottom: 50px; }