🐞 fix(ID1000884):【内部商城】】-面料加入购物车页,客户项缺漏了右箭头
This commit is contained in:
parent
1e8720eac1
commit
3ff32ee209
@ -26,7 +26,7 @@ const BottomCustomer = (props: prosObj) => {
|
||||
<View className={styles.bottomBox}>
|
||||
<View className={styles.leftBottom} onClick={() => { navTo() }}>
|
||||
<View className={styles.nowFont}>当前客户:</View>
|
||||
<View className={styles.selctFont}>{clientName === '' ? '请选择客户 >' : clientName}</View>
|
||||
<View className={styles.selctFont}>{clientName === '' ? '请选择客户 >' : `${clientName} >`}</View>
|
||||
</View>
|
||||
<Button className={classnames(isDisabled ? styles.activeButton : styles.button)} disabled={isDisabled} onClick={() => { handSure?.() }}> 加入购物车</Button >
|
||||
</View >
|
||||
|
@ -232,7 +232,7 @@
|
||||
|
||||
.itemRight {
|
||||
padding-bottom: 24px;
|
||||
margin-right: 32px;
|
||||
// margin-right: 32px;
|
||||
width: 80%;
|
||||
border-bottom: 1px solid #f7f7f7;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user