Selaa lähdekoodia

입금등록 수정

whakdo963 2 vuotta sitten
vanhempi
commit
48f19e5155

+ 2 - 2
src/main/webapp/mobile/app/mloanmng/MLOANMNG02010.html

@@ -254,7 +254,7 @@
254 254
 		<form id="ITP_POP_FORM_MLOANMNG02010_DPST_REQ" class="form-horizontal" onsubmit="return false;">
255 255
 			<input type="hidden" id="ITP_POP_FORM_MLOANMNG02010_DPST_REQ_BRAND_ID" name="brandId" value="">
256 256
 			<input type="hidden" id="ITP_POP_FORM_MLOANMNG02010_DPST_REQ_STORE_ID" name="storeId" value="">
257
-			<div class="pop" style="height:313px;">
257
+			<div class="pop" style="height:290px;">
258 258
 				<div class="header">
259 259
 					<div class="header_left">
260 260
 						<label>입금등록</label>
@@ -308,7 +308,7 @@
308 308
 							<input id="ITP_FORM_MLOANMNG02010_POP_DPST_ACCT_NO" name="rcvAcctNo" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="입금계좌번호" type="number" >
309 309
 						</div>
310 310
 					</div>
311
-					<div class="line mt_5" style="top:-20px;">
311
+					<div class="line mt_5" style="margin-top:10px;">
312 312
 						<button id="ITP_BTN_MLOANMNG02010_POP_DPST_ADD" class="col_4 btn-primary btn-sm ">등록</button>
313 313
 						<button id="ITP_BTN_MLOANMNG02010_POP_DPST_CANCEL" class="cancel col_4 btn-pop-close btn-gray btn-sm CLB">취소</button>
314 314
 					</div>

+ 2 - 1
src/main/webapp/mobile/css/style.css

@@ -634,7 +634,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
634 634
 	section .popup2 .content .line.mt_5 {top:-40px;}
635 635
 }
636 636
 @media screen and (min-width: 363px) {
637
-	section .popup2 .content .line.mt_5 {top:-40px;}
637
+	
638
+	section .popup2 .content .line.ml_10 {left:20px;}
638 639
 }
639 640
 @media screen and (max-width: 380px) {
640 641
 	section .popup2 .barcode_area {width: 250px; height: 250px;}