견적서 체크 후 내용 영역 height 고정

This commit is contained in:
김창수 2024-12-02 10:38:32 +09:00
parent c3285ab6f4
commit 3e1b67f967
2 changed files with 2 additions and 2 deletions

View File

@ -635,7 +635,7 @@ export default function CanvasEstimate() {
{/* <FileDownOptionPop/> */}
{/* 견적복사 */}
<EstimateCopyPop/>
{/* <EstimateCopyPop/> */}
</div>
)
}

View File

@ -884,7 +884,7 @@
border: 1px solid #ECF0F4;
border-radius: 3px;
padding: 24px;
max-height: 350px;
height: 350px;
overflow-y: auto;
margin-bottom: 30px;
dl{