|
|
@@ -4,8 +4,8 @@
|
|
|
}
|
|
|
|
|
|
.add-apCheckList input[type="checkbox"] {
|
|
|
- width: 16px;
|
|
|
- height: 16px
|
|
|
+ /*width: 16px;
|
|
|
+ height: 16px*/
|
|
|
}
|
|
|
|
|
|
.add-apCheckList .table-wrap {
|
|
|
@@ -32,7 +32,7 @@
|
|
|
}
|
|
|
|
|
|
.add-apCheckList .table-body-wrap {
|
|
|
- max-height: 1000px;
|
|
|
+ max-height: 600px;
|
|
|
overflow-x: auto;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
@@ -53,6 +53,15 @@
|
|
|
.has-feedback input[type="search"] {
|
|
|
padding-right: 0 !important;
|
|
|
}
|
|
|
+.table>tbody>tr>td{
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+.form-horizontal .form-group-sm .control-label{
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.form-group .form-control{
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
</style>
|
|
|
|
|
|
<div style="margin-right: 20px;">
|
|
|
@@ -183,7 +192,7 @@
|
|
|
<div class="table-header-wrap">
|
|
|
<table class="table table-bordered">
|
|
|
<tr>
|
|
|
- <th width="36"><input type="checkbox" name="checkbox"
|
|
|
+ <th width="36" style="vertical-align: middle;"><input type="checkbox" name="checkbox"
|
|
|
ng-model="checkboxes.checked" ng-click="checkAll()"></th>
|
|
|
<th width="100">本次<br>对账数
|
|
|
</th>
|
|
|
@@ -223,7 +232,7 @@
|
|
|
ng-repeat="check in data | filter:condition.factory | filter:condition.prodSpec | filter:condition.prodTitle | filter:condition.uuorname | filter:condition.venduuorname | orderBy: 'piDate': reverse=true"
|
|
|
ng-if="((condition.dateFrom == '') || ((condition.dateFrom !== '') && (condition.dateFrom <= check.piDate))) && ((condition.dateTo == '') || ((condition.dateTo !== '') && (condition.dateTo >= check.piDate)))"
|
|
|
class="thAlign" style="height: 40px;">
|
|
|
- <td width="36" style="text-align: center"><input
|
|
|
+ <td width="36" style="text-align: center;vertical-align: middle;"><input
|
|
|
ng-model="check.$selected" name="checkbox"
|
|
|
ng-click="checkOne(check)" ng-change="getTotalMoney()"
|
|
|
type="checkbox"></td>
|