|
|
@@ -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>
|