1:1문의 상세 간격 조정

This commit is contained in:
김창수 2025-05-27 16:46:00 +09:00
parent 06b351892c
commit 176c9f35e8
2 changed files with 6 additions and 3 deletions

View File

@ -44,7 +44,7 @@ export default function OneOnOneInquiryPage(){
{/* 1:1문의 등록 */} {/* 1:1문의 등록 */}
{/* <OneOnOneEditPop/> */} {/* <OneOnOneEditPop/> */}
{/* <OneOnOneDetailPop/> */} <OneOnOneDetailPop/>
</div> </div>
) )
} }

View File

@ -447,10 +447,11 @@
border-top: none; border-top: none;
.community_detail-file-wrap{ .community_detail-file-wrap{
padding-top: 0; padding-top: 0;
margin-bottom: 24px;
} }
.community_detail-inner{ .community_detail-inner{
max-height: 110px; max-height: 110px;
margin-top: 24px; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
} }
@ -461,12 +462,14 @@
border: 1px solid #101010; border: 1px solid #101010;
.community_detail-inner{ .community_detail-inner{
max-height: 110px; max-height: 110px;
margin-top: 20px;
margin-bottom: 0;
} }
.community_detail-file-wrap{ .community_detail-file-wrap{
border-top: 1px solid #D4DCE7; border-top: 1px solid #D4DCE7;
padding: 16px 0 0 0; padding: 16px 0 0 0;
border-bottom: none; border-bottom: none;
margin-top: 20px;
} }
} }