Просмотр исходного кода

Merge remote-tracking branch 'origin/release-201827-wangcz' into release-201827-wangcz

yujia 7 лет назад
Родитель
Сommit
17d865cb45

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor_material.html

@@ -1171,7 +1171,7 @@
 											<div class="clearfix"></div>
 										</li>
 										<li style="font-size: 14px;color: #333;background: #fff;" class='priceInfoList' ng-repeat="price in material.goods.prices">
-											<span class="fl w50" style="width: 50%;border-right:1px solid #dcdcdc">{{price.start}}+</span>
+											<span class="fl w50" style="width: 50%;border-right:1px solid #dcdcdc;overflow: hidden;text-overflow: ellipsis;" title="{{price.start}}">{{price.start}}+</span>
 											<span class="fl w50" style="width: 50%;overflow: hidden" title="{{price.rMBPrice || price.uSDPrice}}">
 												{{!store.enType || store.enType === 'HK' ? '$' : '¥'}}
 												{{price.rMBPrice || price.uSDPrice}}</span>