|
|
@@ -313,10 +313,10 @@ tbody td div.text-mould {
|
|
|
<td>
|
|
|
<div ng-if="product.matchresults.length == 0" style="color: #999; text-align: center;"></div>
|
|
|
<div ng-repeat="result in product.matchresults">
|
|
|
- <div style="margin-bottom: 10px;">
|
|
|
- <div><span class="text-muted">类目:</span>{{result.kindcn}}</div>
|
|
|
- <div><span class="text-muted">型号:</span>{{result.cmpcode}}<input type="checkbox" ng-click="checkItem(result)" ng-checked="result.checked" style="float: right" ng-if="product.matchresults.length > 1"></div>
|
|
|
- <div><span class="text-muted">品牌:</span>{{result.branden}}</div>
|
|
|
+ <div style="margin-bottom: 10px; margin-top: 10px;">
|
|
|
+ <div><span class="text-muted">类目:</span>{{result.kindcn}}</div>
|
|
|
+ <div><span class="text-muted">型号:</span>{{result.cmpcode}}<input type="checkbox" ng-click="checkItem(result)" ng-checked="result.checked" style="float: right" ng-if="product.matchresults.length > 1"></div>
|
|
|
+ <div><span class="text-muted">品牌:</span>{{result.branden}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|