@@ -278,6 +278,7 @@ define([ 'app/app', 'jquery-uploadify' ], function(app) {
// 全选
$scope.chooseAllItem = function () {
$scope.chooseAll = !$scope.chooseAll;
+ $scope.cancelTip();
angular.forEach($scope.currenctMaterial, function (material) {
material.isChoosed = $scope.chooseAll;
});
@@ -1523,7 +1523,7 @@
background: none !important;
}
.standard-tab.table > tbody > tr.batch-tr {
- height: 40px;
+ height: 30px;
.standard-tab.table > tbody > tr.batch-tr.active {
position: fixed;
@@ -1540,9 +1540,9 @@
.standard-tab.table>tbody>tr>td .batch-line {
width: 100%;
- background: #dff3fd;
- line-height: 40px;
+ background: #FDB8B8;
+ line-height: 30px;
</style>
<div class="user_right fr">