페이지당 하단 날짜 추가

This commit is contained in:
김창수 2025-06-02 15:18:08 +09:00
parent 192b8f81e5
commit 0cdaa50d75
2 changed files with 3 additions and 1 deletions

View File

@ -684,6 +684,7 @@ export default function PDFTablePage(){
</div>
</div>
</div>
<div className="pdf-intro-foot-date mt10">2025430 10:40</div>
</div>
</div>
</>

View File

@ -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;