style: 시추공 정보 입력에서 "좌표직접입력" 팝업 크기 조절

main
thkim 2026-03-23 17:10:53 +09:00
parent ffd57bf698
commit 49c01dd033
2 changed files with 5 additions and 5 deletions

View File

@ -915,7 +915,7 @@ function fn_MapInput(type){
} }
param = param + "&X="+x+"&Y="+y; param = param + "&X="+x+"&Y="+y;
window.open("/web/map/mapTop.do?PROJECT_CODE="+"${oprojectCode}&HOLE_CODE="+"${oholeCode}"+param,"Calendar","width=800px, height=600px"); window.open("/web/map/mapTop.do?PROJECT_CODE="+"${oprojectCode}&HOLE_CODE="+"${oholeCode}"+param,"Calendar","width=800px, height=680px");
// 지도확인여부 체크 // 지도확인여부 체크
fn_checkMapConfirm(); fn_checkMapConfirm();

View File

@ -76,10 +76,10 @@
lat = "${fY}"; lat = "${fY}";
} }
</script> </script>
<div style="width:100%;text-align:center;"> <div style="width:100%;text-align:center; margin-top: 10px;">
<a onclick="fn_confirmMap();"> <a onclick="fn_confirmMap();" style="cursor: pointer;">
<img src="/images/add_btn_01.gif" alt="확인" /> <img src="/images/add_btn_01.gif" alt="확인" />
</a> </a>
</div> </div>
</body> </body>