Ver código fonte

반품처리 버튼 삭제

whakdo963 2 anos atrás
pai
commit
c5f619b9c3

+ 1 - 2
src/main/webapp/mobile/app/mrtnmng/MRTNMNG05010.html

@@ -119,8 +119,7 @@
119 119
 				</div>
120 120
 			</div>
121 121
 			<div class="button_bar">
122
-				<button id="ITP_BTN_MRTNMNG05010_LIST_MODIFY" class="btn_col_6 btn-m-orange INPS">반품처리</button>
123
-				<button id="ITP_BTN_MRTNMNG05010_LIST_CANCEL" class="btn_col_3 btn-gray CLB">취소</button>
122
+				<button id="ITP_BTN_MRTNMNG05010_LIST_CANCEL" class="col_12 btn-gray CLB">취소</button>
124 123
 			</div>
125 124
 		</form>
126 125
 	</div>

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

@@ -384,7 +384,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
384 384
 
385 385
 .content .line div.date_to div.at {width: 6%;  font-size: 16px; padding-top:12px; float: right;}
386 386
 .content .line .search {width: 100%; height: 50px; padding-top:12px;}
387
-.content .line .search button {width: 40%; height: 27px; font-size: 12px; font-weight:100; padding: 0;}
387
+.content .line .search button {width: 40%; height: 30px; font-size: 12pt; font-weight:100; padding: 0;}
388 388
 .content .line .search button.col_3 {width: 25%; height:30px; margin:0 10px;}
389 389
 .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
390 390
 .content .border {border-bottom: 1px solid #000 !important;}