|
|
@@ -507,7 +507,7 @@
|
|
|
background: url("static/img/icon/check-ok.png") no-repeat center;
|
|
|
}
|
|
|
/*分页鼠标悬停效果*/
|
|
|
- .device .wanted_list01 a:hover {
|
|
|
+ .device .wanted_list01 .pagination a:hover {
|
|
|
border-bottom: 1px solid #ddd!important;
|
|
|
}
|
|
|
.device .wanted_list01 a.page-a:hover{
|
|
|
@@ -1882,7 +1882,9 @@
|
|
|
<span ng-if="!material.kind" ng-bind="material.kinden || '-'" title="{{material.kinden || '-'}}"></span>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <a class="brand-type" ng-if="material.cmpUuId" ng-href="product/component/{{material.cmpUuId}}/" ng-bind="material.pcmpcode" title="{{material.pcmpcode}}" target="_blank"></a>
|
|
|
+ <span ng-if="material.cmpUuId">
|
|
|
+ <a class="brand-type" ng-bind="material.pcmpcode" ng-href="product/component/{{material.cmpUuId}}/" title="{{material.pcmpcode}}" target="_blank"></a>
|
|
|
+ </span>
|
|
|
<span class="brand-type" ng-if="!material.cmpUuId" ng-bind="material.pcmpcode" title="{{material.pcmpcode}}"></span>
|
|
|
</td>
|
|
|
<td>
|