Browse Source

卖家全选按钮修正。

yangc 8 years ago
parent
commit
bb4cdce1eb

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor-invoice.html

@@ -303,7 +303,7 @@
                 </thead>
                 <tbody>
                     <tr ng-repeat="item in billData track by $index">
-                        <td  style="width: 45px;">
+                        <td  style="width: 50px;">
                             <lable class="check-act">
                                 <input type="checkbox" id={{$index+1}} ng-checked="item.checked" ng-click="checkInvoice(item)" />
                                 <label for={{$index+1}}></label>