🐞 fix(ID1001329领取色卡剪样- UI还原):
This commit is contained in:
parent
990b8a4f1d
commit
4a949c973f
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@ -228,8 +228,8 @@ export default () => {
|
||||
{list?.map((item, index) => <View key={item.id} className={styles.card_con}>
|
||||
<View className={styles.card_header}>{formatHashTag(item.code, item.name)}</View>
|
||||
<View className={styles.card_list}>
|
||||
{item.colors?.map(citem =>
|
||||
<ProductCard key={citem.id} value={citem} onDelData={onDelData(item)} onChangeNum={onChangeNum} />,
|
||||
{item.colors?.map((citem, cindex) =>
|
||||
<ProductCard bottomStatus={(item.colors?.length - 1) !== cindex} key={citem.id} value={citem} onDelData={onDelData(item)} onChangeNum={onChangeNum} />,
|
||||
)}
|
||||
{(list?.length - 1 === index) && <View className={styles.express_btn}>快递到付</View>}
|
||||
</View>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user