Commit 99bf9585 by lmf

同上优化

parent e72052a6
...@@ -51,10 +51,9 @@ ...@@ -51,10 +51,9 @@
<!-- ko if: (getCartParam('summary_count') === 1) --> <!-- ko if: (getCartParam('summary_count') === 1) -->
<span translate="'Item in Cart'"></span> <span translate="'Item in Cart'"></span>
<!--/ko--> <!--/ko-->
</div>
<each args="getRegion('subtotalContainer')" render=""></each> <each args="getRegion('subtotalContainer')" render=""></each>
<each args="getRegion('extraInfo')" render=""></each> </div>
<div class="actions" if="getCartParam('possible_onepage_checkout')"> <div class="actions" if="getCartParam('possible_onepage_checkout')">
<div class="primary"> <div class="primary">
......
...@@ -2239,6 +2239,7 @@ strong.subtitle.empty{ ...@@ -2239,6 +2239,7 @@ strong.subtitle.empty{
justify-content: space-between; justify-content: space-between;
font-weight: 500; font-weight: 500;
font-size: 18px; font-size: 18px;
margin:0px;
} }
.minicart-items .price-container{ .minicart-items .price-container{
font-size: 12px; font-size: 12px;
......
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