|
|
@@ -1110,7 +1110,7 @@
|
|
|
<td>
|
|
|
<div>
|
|
|
<span class="marginL10">库存: </span>
|
|
|
- <span ng-bind="commodity.reserve" title="{{commodity.reserve}}"></span>
|
|
|
+ <span ng-bind="commodity.reserve" title="{{commodity.reserve}}"style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 80px;" ></span>
|
|
|
</div>
|
|
|
<div class="margin0">
|
|
|
<span class="marginL10">最小起订量: </span>
|
|
|
@@ -1127,7 +1127,7 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<div ng-repeat="price in commodity.prices" >
|
|
|
- <span title="{{price.start + '+'}}" ng-bind="price.start + '+'" class="marginL40"></span>
|
|
|
+ <span title="{{price.start + '+'}}" ng-bind="price.start + '+'" class="marginL40" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:60px;"></span>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td ng-if="onsale.currency == 'USD'">
|
|
|
@@ -1142,8 +1142,8 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<div ng-if="onsale.currency == 'RMB'">
|
|
|
- <span ng-if="commodity.b2cMaxDelivery && (commodity.b2cMaxDelivery != commodity.b2cMinDelivery)" ng-bind=" commodity.b2cMinDelivery + '-'+ commodity.b2cMaxDelivery" class="marginL40"></span>
|
|
|
- <span ng-if="commodity.b2cMaxDelivery && (commodity.b2cMaxDelivery == commodity.b2cMinDelivery)" ng-bind=" commodity.b2cMinDelivery" class="marginL40"></span>
|
|
|
+ <span ng-if="commodity.b2cMaxDelivery && (commodity.b2cMaxDelivery != commodity.b2cMinDelivery)" ng-bind=" commodity.b2cMinDelivery + '-'+ commodity.b2cMaxDelivery" class="marginL40" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:60px;"></span>
|
|
|
+ <span ng-if="commodity.b2cMaxDelivery && (commodity.b2cMaxDelivery == commodity.b2cMinDelivery)" ng-bind=" commodity.b2cMinDelivery" class="marginL40" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:60px;"></span>
|
|
|
</div>
|
|
|
<div ng-if="onsale.currency == 'USD'">
|
|
|
<span ng-if="commodity.b2cMaxDelivery && (commodity.b2cMinDelivery != commodity.b2cMaxDelivery)" ng-bind=" commodity.b2cMinDelivery + '-'+ commodity.b2cMaxDelivery" class="marginL40"></span>
|