견적서 파일 다운로드 cursor pointer 추가

This commit is contained in:
김창수 2024-11-14 09:59:30 +09:00
parent 26c4b1ad2a
commit 9b96451313
3 changed files with 3 additions and 2 deletions

View File

@ -206,7 +206,7 @@ export default function CanvasPage() {
{/* <MeasuredValueOption/> */} {/* <MeasuredValueOption/> */}
{/* 이미지 불러오기 */} {/* 이미지 불러오기 */}
<ImgLoad/> {/* <ImgLoad/> */}
</div> </div>
</div> </div>
{menuValue === 5 && <Footer/>} {menuValue === 5 && <Footer/>}

View File

@ -631,7 +631,7 @@ export default function CanvasEstimate() {
{/* <ProductFeaturesPop/> */} {/* <ProductFeaturesPop/> */}
{/* 문서 다운로드 옵션 */} {/* 문서 다운로드 옵션 */}
<FileDownOptionPop/> {/* <FileDownOptionPop/> */}
</div> </div>
) )
} }

View File

@ -811,6 +811,7 @@
font-weight: 400; font-weight: 400;
white-space: nowrap; white-space: nowrap;
padding-right: 55px; padding-right: 55px;
cursor: pointer;
button{ button{
position: absolute; position: absolute;
top: 50%; top: 50%;