소스 검색

卖家-开票申请,当收票人长度过长时,全选框样式变化样式处理。

yangc 9 년 전
부모
커밋
c473e0425a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/resources/view/vendor/forstore/vendor-invoice.html

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