mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 06:32:10 +08:00
修复内容溢出问题
This commit is contained in:
parent
2dbfaebef8
commit
139d81e5a9
@ -286,6 +286,7 @@ export default memo(({
|
||||
const styles = StyleSheet.create({
|
||||
list: {
|
||||
flex: 1,
|
||||
overflow: 'hidden',
|
||||
},
|
||||
exitMultipleModeBtn: {
|
||||
height: 40,
|
||||
|
@ -161,4 +161,7 @@ const styles = StyleSheet.create({
|
||||
pagerView: {
|
||||
flex: 1,
|
||||
},
|
||||
pageStyle: {
|
||||
overflow: 'hidden',
|
||||
},
|
||||
})
|
||||
|
@ -126,6 +126,7 @@ export default ({ width }) => {
|
||||
const styles = StyleSheet.create({
|
||||
container: {
|
||||
flex: 1,
|
||||
overflow: 'hidden',
|
||||
},
|
||||
list: {
|
||||
flex: 1,
|
||||
|
@ -201,7 +201,6 @@ const styles = StyleSheet.create({
|
||||
flexGrow: 1,
|
||||
flexShrink: 1,
|
||||
backgroundColor: '#fff',
|
||||
overflow: 'hidden',
|
||||
},
|
||||
pagerView: {
|
||||
flex: 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user