Commit 0558ea4f by lmf

修复样式

parent 8eba3c3e
...@@ -58,12 +58,6 @@ ...@@ -58,12 +58,6 @@
<!-- /ko --> <!-- /ko -->
<div class="product-item-pricing"> <div class="product-item-pricing">
<!-- ko ifnot: canApplyMsrp -->
<!-- ko foreach: $parent.getRegion('priceSidebar') -->
<!-- ko template: {name: getTemplate(), data: item.product_price, as: 'price'} --><!-- /ko -->
<!-- /ko -->
<!-- /ko -->
<div class="details-qty qty"> <div class="details-qty qty">
<input data-bind="attr: { <input data-bind="attr: {
id: 'cart-item-'+item_id+'-qty', id: 'cart-item-'+item_id+'-qty',
...@@ -73,20 +67,26 @@ ...@@ -73,20 +67,26 @@
}, value: qty" }, value: qty"
type="number" type="number"
size="4" size="4"
class="item-qty cart-item-qty"/> * class="item-qty cart-item-qty"/>
<div class="details-map">
<span class="label" data-bind="i18n: 'Price'"></span>
<span class="value" data-bind="i18n: 'See price before order confirmation.'"></span>
</div>
</div> </div>
<!-- ko if: canApplyMsrp -->
<div class="details-map">
<span class="label" data-bind="i18n: 'Price'"></span>
<span class="value" data-bind="i18n: 'See price before order confirmation.'"></span>
</div>
<!-- /ko -->
<!-- ko ifnot: canApplyMsrp -->
<!-- ko foreach: $parent.getRegion('priceSidebar') -->
<!-- ko template: {name: getTemplate(), data: item.product_price, as: 'price'} --><!-- /ko -->
<!-- /ko -->
<!-- /ko -->
</div> </div>
<div class="product actions"> <div class="product actions">
<div class="secondary"> <div class="secondary">
<a href="#" data-bind="attr: {'data-cart-item': item_id, title: $t('Remove item')}" <a href="#" data-bind="attr: {'data-cart-item': item_id, title: $t('Remove item')}"
class="action delete"> class="action delete">
<span data-bind="i18n: 'Remove'"> X </span> <span data-bind="i18n: 'Remove'"></span>
</a> </a>
</div> </div>
</div> </div>
......
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