Ver código fonte

리스트 수정

whakdo963 2 anos atrás
pai
commit
ca2c355027

+ 1 - 1
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -82,7 +82,7 @@
82 82
 	                <div class="slash">
83 83
 	                	<div class="itp_gram auto fnUnitAmt">1,000원</div>
84 84
 	                	<span>/</span>
85
-	                	<div class="itp_amt fnUnitAmt">1,000원</div>
85
+	                	<div class="itp_amt amt_wd fnUnitAmt">1,000원</div>
86 86
 	                </div>
87 87
 	              </div>
88 88
 	            </div>

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

@@ -473,8 +473,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
473 473
 .scroll_area li .left_info .thick {float:left; text-align: left; width: 90%; height:38px; font-weight: 100;}
474 474
 .scroll_area li .left_info .thick .itp_item {color:gray;text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:calc(100% - 81px); top:7px; text-align:left; position:relative;}
475 475
 .scroll_area li .left_info .thick .itp_gram {position:relative; top:7px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#aaa; font-size:14pt; text-align:right; width: 85px;}
476
-.scroll_area li .left_info .thick .itp_gram.auto {width:auto;}
476
+.scroll_area li .left_info .thick .auto {width:auto; float:left;}
477 477
 .scroll_area li .left_info .thick .itp_amt {color:#b88278; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width: calc(100% - 105px); top: 7px; position:relative; text-align:left;}
478
+.scroll_area li .left_info .thick .amt_wd {width:calc(100% - 95px);}
478 479
 .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
479 480
 .scroll_area li .left_info .history input{width: 150px;}
480 481
 .scroll_area li.history_list {height: 140px; padding-top:8px;}