🐞 fix(ID1000737):申请退货,标签显示不全

This commit is contained in:
Haiyi 2022-11-17 17:19:44 +08:00
parent 6e0212394c
commit 71705d7a52
2 changed files with 11 additions and 8 deletions

View File

@ -514,8 +514,12 @@
// opacity: 0.4; // opacity: 0.4;
} }
} }
} }
.bottomBox1 { .bottomBox1 {
width: 750px; width: 750px;
height: 160px; height: 160px;
@ -571,11 +575,12 @@
} }
} }
.safeBoxs {
height: 160px;
}
// .areaBox { // .areaBox {
// height: calc($customTabBarHeight + env(safe-area-inset-bottom)); // height: calc($customTabBarHeight + env(safe-area-inset-bottom));
// width: 100%; // width: 100%;
// } // }
.safeBoxs {
height: 100px;
}
} }

View File

@ -558,9 +558,8 @@ export default () => {
} }
</View> </View>
</View> </View>
<View style={{ height: '100rpx' }}></View> <View className={styles.safeBoxs}></View>
<View className={styles.bottomBox1}> <View className={styles.bottomBox1}>
<Button className={styles.resetBox1} onClick={() => { handReset() }}> </Button > <Button className={styles.resetBox1} onClick={() => { handReset() }}> </Button >
<Button className={classnames(selectIsDisabled ? styles.button1 : styles.activeButton1)} disabled={selectIsDisabled} onClick={() => handSlect()}> </Button > <Button className={classnames(selectIsDisabled ? styles.button1 : styles.activeButton1)} disabled={selectIsDisabled} onClick={() => handSlect()}> </Button >
</View> </View>
@ -584,7 +583,6 @@ export default () => {
</View> </View>
<View className={styles.safeBoxs}></View> <View className={styles.safeBoxs}></View>
<View className={styles.bottomBox1}> <View className={styles.bottomBox1}>
<Button className={styles.resetBox1} onClick={() => { handResetStatus() }}> </Button > <Button className={styles.resetBox1} onClick={() => { handResetStatus() }}> </Button >
<Button className={classnames(StatusIsDisabled ? styles.button1 : styles.activeButton1)} disabled={StatusIsDisabled} onClick={() => handSlectStatus()}> </Button > <Button className={classnames(StatusIsDisabled ? styles.button1 : styles.activeButton1)} disabled={StatusIsDisabled} onClick={() => handSlectStatus()}> </Button >
</View> </View>