지붕재 적합성 pop 비고란 수정

This commit is contained in:
김창수 2025-05-16 15:47:52 +09:00
parent f4e09b55a2
commit bbe1be5b58
3 changed files with 3 additions and 7 deletions

View File

@ -24,7 +24,7 @@ export default function RoofCompliancePage(){
<button className="top-btn"></button>
</div>
{/* 지붕제 적합성 상세 팝업 */}
{/* <RoofComplianceDetailPop/> */}
<RoofComplianceDetailPop/>
</>
)
}

View File

@ -54,7 +54,7 @@ export default function RoofComplianceDetailPop(){
<div className="pop-data-table-body"></div>
<div className="pop-data-table-footer">
<div className="pop-data-table-footer-unit"></div>
<div className="pop-data-table-footer-data"></div>
<div className="pop-data-table-footer-data">使</div>
</div>
</div>
<div className="check-pop-data-table">

View File

@ -103,16 +103,12 @@
@include defaultFont($font-s-13, $font-w-400, $font-c);
}
.pop-data-table-footer{
@include flex(0px);
.pop-data-table-footer-unit{
flex: 1;
padding: 10px;
@include defaultFont($font-s-13, $font-w-500, $font-c);
border-right: 1px solid #2E3A59;
border-bottom: 1px solid #2E3A59;
}
.pop-data-table-footer-data{
flex: none;
width: 104px;
padding: 10px;
@include defaultFont($font-s-13, $font-w-400, $font-c);
}