Browse Source

修改单个物料预览时,价格梯度显示问题

shenjunjie 7 years ago
parent
commit
ac0c1c9d56
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/resources/view/vendor/forstore/single_entry.html

+ 3 - 3
src/main/webapp/resources/view/vendor/forstore/single_entry.html

@@ -471,14 +471,14 @@
                 <span class="fl w50" style="width: 50%;border-right:1px solid #dcdcdc" ng-show="!showProductInfo">
                   <input text="text" style="width: 100%;outline: 0;border: 0;text-align: center;height: 30px" maxlength="9" ng-disabled="$index === 0" ng-readonly="$index === 0" ng-model="price.start" ng-blur="productPriceInfoBlur($index, price.start)" />
                 </span>
-                <span class="fl w50" ng-show="showProductInfo">
-                  {{price.start}}
+                <span class="fl w50" style="text-align: center;border-right:1px solid #dcdcdc" ng-show="showProductInfo">
+                  {{price.start}}+
                 </span>
                 <span class="fl w50" style="width: 50%" ng-show="!showProductInfo">
                   <input ng-show="storeInfo.enType !== 'HK'" type="text" autocomplete="off" validata-price ng-blur="changePrices(Regul.prices, price.rMBPrice, $index)" oninput="if(value.length>11)value=value.slice(0,11)" style="width: 100%;outline: 0;border: 0;text-align: center;height: 30px" ng-model="price.rMBPrice" />
                   <input ng-show="storeInfo.enType === 'HK'" type="text" autocomplete="off" validata-price ng-blur="changePrices(Regul.prices, price.uSDPrice, $index)" oninput="if(value.length>11)value=value.slice(0,11)" style="width: 100%;outline: 0;border: 0;text-align: center;height: 30px" ng-model="price.uSDPrice" />
                 </span>
-                <span class="fl w50" ng-show="showProductInfo">
+                <span class="fl w50" ng-show="showProductInfo" style="text-align: center">
                   {{price.rMBPrice || price.uSDPrice}}
                 </span>
                 <div style="clear:both"></div>