瀏覽代碼

체크박스추가

whakdo963 2 年之前
父節點
當前提交
3d7b63cd22
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 1
      src/main/webapp/mobile/app/mpomng/MPOMNG08010.html
  2. 1 0
      src/main/webapp/mobile/css/style.css

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

@@ -27,9 +27,10 @@
27 27
       <div id="ITP_LIST_MPOMNG08010_LIST_ITEM_AREA" class="scroll_area row-6">
28 28
         <ul id="ITP_LIST_MPOMNG08010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
29 29
         	<div id="ITP_LIST_MPOMNG08010_LIST_ITEM_ROWCOPY" style="display: block;">
30
-		      <li class="history_list4 item-row">
30
+		      <li class="history_list16 item-row">
31 31
 				<div class="left">
32 32
 					<div class="nomal">
33
+						<input type="checkbox">
33 34
 						<label class="">품목명</label>
34 35
 						<span>:</span>
35 36
 						<div class="full fnItemNm"></div>

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

@@ -515,6 +515,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
515 515
 .scroll_area li.history_list13 {height: 200px; padding-top:4px;}
516 516
 .scroll_area li.history_list14 {height: 175px; padding-top:4px;}
517 517
 .scroll_area li.history_list15 {height: 75px; padding-top:0px;}
518
+.scroll_area li.history_list16 {height: 60px; padding-top:4px;}
518 519
 
519 520
 .scroll_area li .history_info {width: auto;}
520 521
 .scroll_area li .left {width:100%; height:28px; margin-top:0px;}