Merge branch 'detail_v3' of http://gitlab.t-win.kr/ifheone/shoptime into detail_v3
This commit is contained in:
@@ -137,7 +137,7 @@ const CartProduct = ({ cartInfo }) => {
|
|||||||
// );
|
// );
|
||||||
const optionTotal = 0;
|
const optionTotal = 0;
|
||||||
const shippingTotal = items.reduce((sum, item) =>
|
const shippingTotal = items.reduce((sum, item) =>
|
||||||
sum + parseFloat(item.shippingCharge || 0), 0
|
sum + parseFloat((item.shippingCharge) * item.prodQty || 0), 0
|
||||||
);
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -5,11 +5,10 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
width: calc(100% - 5px);
|
width: calc(100% - 5px);
|
||||||
margin-left: 5px;
|
|
||||||
max-width: none;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: rgba(234, 234, 234, 1);
|
color: rgba(234, 234, 234, 1);
|
||||||
|
max-width:1114px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titleWrapper {
|
.titleWrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user