Browse Source

BOM求购进度条

yangc 8 years ago
parent
commit
78e5088516
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/view/usercenter/forstore/bomDetail.html

+ 1 - 1
src/main/webapp/resources/view/usercenter/forstore/bomDetail.html

@@ -436,7 +436,7 @@
                 <div class="fr">
                     <b>配单分析:</b><span>本单共<span class="blue-text" ng-bind="bomInfo.productAmount || 0"></span>个产品,<span class="red-text" ng-bind="bomInfo.offerAmount || 0"></span>个有报价。</span>
                     <br/>
-                    <div class="progress" style="margin: 0;">
+                    <div class="progress">
                         <div class="progress-bar" role="progressbar" aria-valuenow="{{bomInfo.goodsAmount || 0}}"
                              aria-valuemin="0" aria-valuemax="{{bomInfo.productAmount || 0}}" style="width: {{(bomInfo.goodsAmount / bomInfo.productAmount) * 100 + '%'}}">
                         </div>