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