Commit 292f02e7 by 王东红

fix

parent 9351b412
......@@ -13,14 +13,18 @@
<div class="product-item-inner">
<div class="product-item-name-block">
<strong class="product-item-name" data-bind="html: getNameUnsanitizedHtml($parent)"></strong>
</div>
<div class="price-qty-info">
<!-- ko foreach: getRegion('after_details') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!-- /ko -->
<div class="details-qty">
<span class="label"><!-- ko i18n: 'Qty' --><!-- /ko --></span>
<span class="value" data-bind="text: $parent.qty"></span>
</div>
</div>
<!-- ko foreach: getRegion('after_details') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!-- /ko -->
</div>
<!-- ko if: (JSON.parse($parent.options).length > 0)-->
......
......@@ -1789,6 +1789,10 @@ button.action.submit.primary {
.minicart-items-wrapper dt { font-weight: bold; }
.minicart-items-wrapper dt::after { content: ": "; }
.minicart-items-wrapper dd::after{ content:"\0A"; white-space:pre; }
.minicart-items-wrapper .price-qty-info{
display: flex;
justify-content: space-between;
}
@media (min-width: 780px) {
.action.primary.tocart{
width: 500px !important;
......
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