修复内容溢出问题

This commit is contained in:
lyswhut 2021-10-17 13:10:22 +08:00
parent 2dbfaebef8
commit 139d81e5a9
4 changed files with 5 additions and 1 deletions

View File

@ -286,6 +286,7 @@ export default memo(({
const styles = StyleSheet.create({ const styles = StyleSheet.create({
list: { list: {
flex: 1, flex: 1,
overflow: 'hidden',
}, },
exitMultipleModeBtn: { exitMultipleModeBtn: {
height: 40, height: 40,

View File

@ -161,4 +161,7 @@ const styles = StyleSheet.create({
pagerView: { pagerView: {
flex: 1, flex: 1,
}, },
pageStyle: {
overflow: 'hidden',
},
}) })

View File

@ -126,6 +126,7 @@ export default ({ width }) => {
const styles = StyleSheet.create({ const styles = StyleSheet.create({
container: { container: {
flex: 1, flex: 1,
overflow: 'hidden',
}, },
list: { list: {
flex: 1, flex: 1,

View File

@ -201,7 +201,6 @@ const styles = StyleSheet.create({
flexGrow: 1, flexGrow: 1,
flexShrink: 1, flexShrink: 1,
backgroundColor: '#fff', backgroundColor: '#fff',
overflow: 'hidden',
}, },
pagerView: { pagerView: {
flex: 1, flex: 1,