견적서 파일 다운로드 cursor pointer 추가
This commit is contained in:
parent
26c4b1ad2a
commit
9b96451313
@ -206,7 +206,7 @@ export default function CanvasPage() {
|
|||||||
{/* <MeasuredValueOption/> */}
|
{/* <MeasuredValueOption/> */}
|
||||||
|
|
||||||
{/* 이미지 불러오기 */}
|
{/* 이미지 불러오기 */}
|
||||||
<ImgLoad/>
|
{/* <ImgLoad/> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{menuValue === 5 && <Footer/>}
|
{menuValue === 5 && <Footer/>}
|
||||||
|
|||||||
@ -631,7 +631,7 @@ export default function CanvasEstimate() {
|
|||||||
{/* <ProductFeaturesPop/> */}
|
{/* <ProductFeaturesPop/> */}
|
||||||
|
|
||||||
{/* 문서 다운로드 옵션 */}
|
{/* 문서 다운로드 옵션 */}
|
||||||
<FileDownOptionPop/>
|
{/* <FileDownOptionPop/> */}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -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%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user