🐞 fix(ID1000884):【内部商城】】-面料加入购物车页,客户项缺漏了右箭头

This commit is contained in:
Haiyi 2022-12-01 11:39:32 +08:00
parent 1e8720eac1
commit 3ff32ee209
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ const BottomCustomer = (props: prosObj) => {
<View className={styles.bottomBox}> <View className={styles.bottomBox}>
<View className={styles.leftBottom} onClick={() => { navTo() }}> <View className={styles.leftBottom} onClick={() => { navTo() }}>
<View className={styles.nowFont}></View> <View className={styles.nowFont}></View>
<View className={styles.selctFont}>{clientName === '' ? '请选择客户 >' : clientName}</View> <View className={styles.selctFont}>{clientName === '' ? '请选择客户 >' : `${clientName} >`}</View>
</View> </View>
<Button className={classnames(isDisabled ? styles.activeButton : styles.button)} disabled={isDisabled} onClick={() => { handSure?.() }}> </Button > <Button className={classnames(isDisabled ? styles.activeButton : styles.button)} disabled={isDisabled} onClick={() => { handSure?.() }}> </Button >
</View > </View >

View File

@ -232,7 +232,7 @@
.itemRight { .itemRight {
padding-bottom: 24px; padding-bottom: 24px;
margin-right: 32px; // margin-right: 32px;
width: 80%; width: 80%;
border-bottom: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7;