Browse Source

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

yujia 7 years ago
parent
commit
dde02bbd71

+ 5 - 2
src/main/webapp/resources/view/vendor/forstore/vendor_undercarriage.html

@@ -540,6 +540,9 @@
     .text-more-80 span.text-more{
         width: 50px;
     }
+    .text-more-80 span.text-more.text-over{
+        width: 40px;
+    }
     /*分页鼠标悬停效果*/
     .device .wanted_list01 a:hover {
         border-bottom: 1px solid #ddd!important;
@@ -714,11 +717,11 @@
                         <td>
                             <div class="text-more-80">
                                 <span>最小起订量:</span>
-                                <span ng-bind="commodity.minBuyQty" title="{{commodity.minBuyQty}}" class="text-more"></span>
+                                <span ng-bind="commodity.minBuyQty" title="{{commodity.minBuyQty}}" class="text-more text-over"></span>
                             </div>
                             <div class="text-more-80">
                                 <span>最小包装数:</span>
-                                <span ng-bind="commodity.minPackQty" title="{{commodity.minPackQty}}" class="text-more" style="width: 40px;"></span>
+                                <span ng-bind="commodity.minPackQty" title="{{commodity.minPackQty}}" class="text-more text-over"></span>
                             </div>
                             <div>
                                 <span ng-bind="((storeInfo.uuid != 'undefind')&&(commodity.storeid == storeInfo.uuid)&&(storeInfo.storeName.indexOf('优软测试二') < 0)&&(storeInfo.storeName.indexOf('优软商城') < 0)) ? '自营' : '寄售'">自营</span>