From 4a949c973fb9664b2f5acf7e18f522ef8e323f23 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Thu, 2 Mar 2023 15:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001329=E9=A2=86=E5=8F=96?= =?UTF-8?q?=E8=89=B2=E5=8D=A1=E5=89=AA=E6=A0=B7-=20UI=E8=BF=98=E5=8E=9F):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/productCard/index.module.scss | 4 +++- src/pages/cutSampleListOrder/index.tsx | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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) && 快递到付}