Commit 8bdcfe81 by dhn

间距 字体 汇率

parent fb027575
...@@ -72,7 +72,7 @@ define([ ...@@ -72,7 +72,7 @@ define([
return priceUtils.formatPrice(price, quote.getPriceFormat()); return priceUtils.formatPrice(price, quote.getPriceFormat());
}, },
getGrandTotal:function(){ getGrandTotal:function(){
return this.getFormattedPrice(this.totals['base_subtotal']); return priceUtils.formatPrice(this.totals['base_subtotal'], quote.getPriceFormat());
}, },
/** /**
* Set items to observable field * Set items to observable field
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
--> -->
<tr class="grand totals" style="font-size: 22px;"> <tr class="grand totals" style="font-size: 20px;">
<th class="mark" colspan="1" scope="row"> <th class="mark" colspan="1" scope="row">
<strong data-bind="i18n: title"></strong> <strong data-bind="i18n: title"></strong>
</th> </th>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
*/ */
--> -->
<!-- ko if: isDisplayed() --> <!-- ko if: isDisplayed() -->
<tr class="grand totals" style="font-size: 22px;"> <tr class="grand totals" style="font-size: 20px;">
<td class="mark" scope="row"> <td class="mark" scope="row">
<strong data-bind="i18n: title"></strong> <strong data-bind="i18n: title"></strong>
</td> </td>
......
...@@ -965,7 +965,7 @@ p.shopbycate-title { ...@@ -965,7 +965,7 @@ p.shopbycate-title {
transition: all .3s; transition: all .3s;
} }
.checkout-cart-index #cart-totals table td,.checkout-cart-index #cart-totals table th { .checkout-cart-index #cart-totals table td,.checkout-cart-index #cart-totals table th {
padding: 0.3rem 0.5rem; padding: 0.2rem 0.5rem;
} }
.catalog-product-view .recently-viewed .flash-sale-info .price-final_price .normal-price{ .catalog-product-view .recently-viewed .flash-sale-info .price-final_price .normal-price{
float:right; float:right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment