Przeglądaj źródła

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

yhl88 2 lat temu
rodzic
commit
ca3bc2dc83

+ 1 - 1
src/main/webapp/mobile/app/mordmng/MORDMNG02010.html

@@ -215,7 +215,7 @@
215 215
 					  <div class="nomal">
216 216
 						<label class="col_4">비고</label>
217 217
 						<span>:</span>
218
-					    <input id="ITP_FORM_MORDMNG02010_VIEW_DELI_DESC" type="text" name="deliDesc">
218
+					    <input id="ITP_FORM_MORDMNG02010_VIEW_DELI_DESC" class="full" type="text" name="deliDesc">
219 219
 					  </div>
220 220
 					</div>
221 221
 			  	</li>

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

@@ -532,6 +532,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
532 532
 .scroll_area li .left .nomal .half label {min-width:auto;}
533 533
 .scroll_area li .left .nomal .half div {min-width:auto; margin-right:5px; margin-top:0;}
534 534
 .scroll_area li .left .nomal  input{ width:calc(50% - 85px);height:28px; top:-5px; position:relative;}
535
+.scroll_area li .left .nomal  input.full {width:calc(100% - 90px); margin-top:4px;}
535 536
 .scroll_area li .left .nomal  button {width:60px; margin-left:5px; height:26px; padding:0;border-radius:5px;}
536 537
 .scroll_area li .left .nomal  select{ width:calc(50% - 85px); height:28px; top:-5px; position:relative;}
537 538
 
@@ -700,7 +701,7 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
700 701
 #ITP_MAIN_CONTAINER .itp_graph_area {width:98%; height:300px; border:1px solid #aaa; margin:5px 1%;}
701 702
 #ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:160px; margin:5px;}
702 703
 #ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header label {width:80px; font-size:14pt; text-align:left; float:left;}
703
-#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header select {}
704
+#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header select {height:24px;}
704 705
 #ITP_MAIN_CONTAINER .mb_0 {margin-bottom:0;}
705 706
 #ITP_MAIN_CONTAINER #ITP_GRAPH_INFO {height:265px;}
706 707
 /* 공지사항 팝업추가 */

+ 0 - 1
src/main/webapp/mobile/js/app/mrtnmng/ITP_MRTNMNG01010.js

@@ -422,7 +422,6 @@ let mobPopObj = {
422 422
 		var _this = this;
423 423
 		$('button[id$="CLOSE"]').off('click').on('click', function() {
424 424
 			var id = $(this).attr('id');
425
-			console.log('id ===> ' + id);
426 425
 			if($(this).hasClass('btn-pop-close')) {
427 426
 				_this.hide(id);
428 427
 			}