🐞 fix(ID1000737):申请退货,标签显示不全
This commit is contained in:
parent
6e0212394c
commit
71705d7a52
@ -514,8 +514,12 @@
|
||||
// opacity: 0.4;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.bottomBox1 {
|
||||
width: 750px;
|
||||
height: 160px;
|
||||
@ -571,11 +575,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.safeBoxs {
|
||||
height: 160px;
|
||||
}
|
||||
|
||||
// .areaBox {
|
||||
// height: calc($customTabBarHeight + env(safe-area-inset-bottom));
|
||||
// width: 100%;
|
||||
// }
|
||||
.safeBoxs {
|
||||
height: 100px;
|
||||
}
|
||||
}
|
@ -532,7 +532,7 @@ export default () => {
|
||||
</View>
|
||||
</View>
|
||||
<Popup title={'筛选情况'} show={showPopup} onClose={() => { setshowPopup?.(false) }}>
|
||||
<ScrollView scrollY >
|
||||
<ScrollView scrollY>
|
||||
<View className={styles.popupBox}>
|
||||
<View className={styles.thirdBox}>
|
||||
<View className={styles.thirdTopfont}>退货原因</View>
|
||||
@ -558,9 +558,8 @@ export default () => {
|
||||
}
|
||||
</View>
|
||||
</View>
|
||||
<View style={{ height: '100rpx' }}></View>
|
||||
<View className={styles.safeBoxs}></View>
|
||||
<View className={styles.bottomBox1}>
|
||||
|
||||
<Button className={styles.resetBox1} onClick={() => { handReset() }}> 重置</Button >
|
||||
<Button className={classnames(selectIsDisabled ? styles.button1 : styles.activeButton1)} disabled={selectIsDisabled} onClick={() => handSlect()}> 确认</Button >
|
||||
</View>
|
||||
@ -582,9 +581,8 @@ export default () => {
|
||||
}
|
||||
</View>
|
||||
</View>
|
||||
<View className={styles.safeBoxs} ></View>
|
||||
<View className={styles.safeBoxs}></View>
|
||||
<View className={styles.bottomBox1}>
|
||||
|
||||
<Button className={styles.resetBox1} onClick={() => { handResetStatus() }}> 重置</Button >
|
||||
<Button className={classnames(StatusIsDisabled ? styles.button1 : styles.activeButton1)} disabled={StatusIsDisabled} onClick={() => handSlectStatus()}> 确认</Button >
|
||||
</View>
|
||||
|
Loading…
x
Reference in New Issue
Block a user