diff --git a/src/pages/cutSampleListOrder/components/productCard/index.module.scss b/src/pages/cutSampleListOrder/components/productCard/index.module.scss index 131c900..375f3f2 100644 --- a/src/pages/cutSampleListOrder/components/productCard/index.module.scss +++ b/src/pages/cutSampleListOrder/components/productCard/index.module.scss @@ -13,7 +13,6 @@ margin-left: 42px; flex: 1; font-size: 28px; - border-bottom: 1px solid rgba(0, 0, 0, 0.1); text { @include common_ellipsis; } @@ -27,4 +26,7 @@ width: 170px; } } + .bottom_styles { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + } } diff --git a/src/pages/cutSampleListOrder/index.tsx b/src/pages/cutSampleListOrder/index.tsx index a8def1d..76abb97 100644 --- a/src/pages/cutSampleListOrder/index.tsx +++ b/src/pages/cutSampleListOrder/index.tsx @@ -228,8 +228,8 @@ export default () => { {list?.map((item, index) => {formatHashTag(item.code, item.name)} - {item.colors?.map(citem => - , + {item.colors?.map((citem, cindex) => + , )} {(list?.length - 1 === index) && 快递到付}