Parcourir la source

재고처리 공백줄이기

whakdo963 il y a 2 ans
Parent
commit
da88c2d012

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

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

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

@@ -143,7 +143,7 @@ section .popup2 .search .left {width:50%; float:left;}
143 143
 section .popup2 .search .right {width:50%; float:right;}
144 144
 
145 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 147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
148 148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
149 149
 section .popup2 .content .line.ml_10 {}