|
|
@@ -140,9 +140,11 @@
|
|
|
}
|
|
|
.hover-show.bg01{
|
|
|
background: url(static/img/icon/standard.png) no-repeat top right;
|
|
|
+ background-position-y: -1px;
|
|
|
}
|
|
|
.hover-show.bg02{
|
|
|
background: url(static/img/icon/no-standard.png) no-repeat top right;
|
|
|
+ background-position-y: -1px;
|
|
|
}
|
|
|
</style>
|
|
|
<link rel="stylesheet" href="static/css/public.css">
|
|
|
@@ -202,7 +204,7 @@
|
|
|
<a ng-bind="::product.title" ui-sref="sale.productDetail({id:product.id})" target="_self" title="查看详情"></a>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td class="hover-show bg02" style="text-align: right;"><a href="#" title="产品型号" ng-bind="::product.cmpCode"></a></td>
|
|
|
+ <td class="hover-show bg01" style="text-align: right;"><a href="#" title="产品型号" ng-bind="::product.cmpCode"></a></td>
|
|
|
<td class="line-h20 text-center" title="{{product.brand}}" ng-bind="::product.brand"></td>
|
|
|
<td class="text-center" title="单位" ng-bind="::product.unit"></td>
|
|
|
<td class="text-center"><a ui-sref="sale.productDetail({id:product.id})" target="_self" title="编辑" style="position: relative;top:1px;"><i class="fa fa-lg fa-edit"></i></a>|<a ng-click="deleteById(product.id)" title="删除"><i class="fa fa-lg fa-trash"></i></a></td>
|