Explorar o código

비고칸 꽉차게

whakdo963 %!s(int64=2) %!d(string=hai) anos
pai
achega
3cfc857f45

+ 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
 /* 공지사항 팝업추가 */