Browse Source

재고처리 공백줄이기

whakdo963 2 years ago
parent
commit
da88c2d012

+ 2 - 2
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG01010.html

@@ -148,7 +148,7 @@
148
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_ITEM_ID" name="itemId" value="">
148
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_ITEM_ID" name="itemId" value="">
149
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_LOCATION" name="sourceLocation" value="">
149
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_LOCATION" name="sourceLocation" value="">
150
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_WHS_ID" name="sourceWhsId" value="">
150
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_WHS_ID" name="sourceWhsId" value="">
151
-			<div>
151
+			<div style="position:relative; top:-25px; ">
152
 				<div class="list_line">
152
 				<div class="list_line">
153
 					<div class="list_label">
153
 					<div class="list_label">
154
 						<label>창고명</label>
154
 						<label>창고명</label>
@@ -197,7 +197,7 @@
197
 						<div class="pay_info fnMgntLevel"></div>
197
 						<div class="pay_info fnMgntLevel"></div>
198
 					</div>
198
 					</div>
199
 				</div>
199
 				</div>
200
-				<div class="list_line" style="margin-top:30px;">
200
+				<div class="list_line" style="margin-top:10px;">
201
 				  <div class="info">
201
 				  <div class="info">
202
 					<label>창고선택</label>
202
 					<label>창고선택</label>
203
 				</div>
203
 				</div>

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

@@ -143,7 +143,7 @@ section .popup2 .search .left {width:50%; float:left;}
143
 section .popup2 .search .right {width:50%; float:right;}
143
 section .popup2 .search .right {width:50%; float:right;}
144
 
144
 
145
 section .popup2 .search .left button,
145
 section .popup2 .search .left button,
146
-section .popup2 .search .right button {width:70px; height:34px; font-size:12pt;}
146
+section .popup2 .search .right button {width:70px; height:34px; font-size:12pt; margin-top:10px;}
147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
149
 section .popup2 .content .line.ml_10 {}
149
 section .popup2 .content .line.ml_10 {}