table 페이지 수정

This commit is contained in:
김창수 2025-06-02 15:37:20 +09:00
parent 0cdaa50d75
commit d1fa45bfee
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -91,6 +91,9 @@
}
.pdf-table-content{
display: flex;
flex-direction: column;
height: 1050px;
padding: 20px;
margin-bottom: 50px;
}