Selaa lähdekoodia

체크박스 수정

whakdo963 2 vuotta sitten
vanhempi
commit
e7e7a2e3a8

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

@@ -55,7 +55,7 @@
55 55
       </div>
56 56
     </div>
57 57
   </div>
58
-  <div id="ITP_POP_MPOMNG01010_ITEM_AREA" class="popup2 mobile-pop-close" style="display: none;">
58
+  <div id="ITP_POP_MPOMNG01010_ITEM_AREA" class="popup2 mobile-pop-close" style="display: block;">
59 59
     <div class="pop">
60 60
         <div class="header">
61 61
             <div class="header_left">
@@ -78,7 +78,7 @@
78 78
         </form>
79 79
         <div id="ITP_LIST_MPOMNG01010_POP_ITEM_AREA" class="popup_scroll">
80 80
             <ul id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWS" class="panel-group"></ul>
81
-            <div id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWCOPY" style="display:none;">
81
+            <div id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWCOPY" style="display:block;">
82 82
                 <li class="row_2"
83 83
                     data-brandUnitUnqNo=""
84 84
                     data-podrPssblDvsn=""
@@ -88,7 +88,7 @@
88 88
                     data-unit=""
89 89
                     data-unitAmt=""
90 90
                     data-unitGubun="">
91
-                    <div class="left" style="width:200px;">
91
+                    <div class="left" style="width:180px;">
92 92
                         <!--<div class="check_box">
93 93
                             <input type="checkbox" id="ITP_FORM_MPOMNG01010_POP_ITEM_CHECKBOX" name="itemId" />
94 94
                         </div>-->
@@ -161,12 +161,12 @@
161 161
           </div>
162 162
         </div>
163 163
       </div>
164
-      <div id="ITP_LIST_MPOMNG01010_ITEM_AREA" class="scroll_area row-1">
164
+      <div id="ITP_LIST_MPOMNG01010_ITEM_AREA" class="scroll_area row-1-1">
165 165
         <ul id="ITP_LIST_MPOMNG01010_DETAIL_ROWS" class="panel-group"></ul>
166
-        <div id="ITP_LIST_MPOMNG01010_DETAIL_ROWCOPY" style="display:none;">
166
+        <div id="ITP_LIST_MPOMNG01010_DETAIL_ROWCOPY" style="display:block;">
167 167
           <li class="row_2">
168 168
             <div class="left_info">
169
-              <div class="thick">
169
+              <div class="check_box">
170 170
                 <div><input type="checkbox" name="itemId" class="fnBrandUnitUnqNo" /></div>
171 171
               </div>
172 172
               <div class="thick">

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

@@ -290,9 +290,10 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
290 290
 .scroll_area li .left_info {width:50%; float:left; font-size:1rem;}
291 291
 .scroll_area li .left_info div {display: inline-block;}
292 292
 .scroll_area li .left_info label{font-size: 1.1rem; font-weight:100; margin-left:10px;}
293
-.scroll_area li .left_info .thick {float:left;  margin: 8px 0 0 10px; font-size: 1rem; text-align: left; width: 90%; font-weight: 600;}
293
+.scroll_area li .left_info .thick {float:right;  margin: 8px 0 0 16px; font-size: 1rem; text-align: left; width: 90%; height:34px; font-weight: 600;}
294 294
 .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
295 295
 .scroll_area li .left_info .history input{width: 150px;}
296
+.scroll_area li .left_info .check_box input{position:absolute; height:60px;}
296 297
 .scroll_area li.history_list {height: 140px; padding-top:8px;}
297 298
 .scroll_area li.history_list1 {height: 230px;}
298 299
 .scroll_area li.history_list2 {height: 165px; padding-top:5px;}