mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 02:32:09 +08:00
修复列表内容溢出
This commit is contained in:
parent
c79ee92d87
commit
d9179c745c
@ -240,7 +240,7 @@ export default memo(({
|
|||||||
), [isListRefreshing, onRefresh, theme])
|
), [isListRefreshing, onRefresh, theme])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={{ flex: 1 }}>
|
<View style={styles.container}>
|
||||||
<FlatList
|
<FlatList
|
||||||
ref={flatListRef}
|
ref={flatListRef}
|
||||||
style={styles.list}
|
style={styles.list}
|
||||||
@ -284,10 +284,13 @@ export default memo(({
|
|||||||
|
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
list: {
|
container: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
},
|
},
|
||||||
|
list: {
|
||||||
|
flex: 1,
|
||||||
|
},
|
||||||
exitMultipleModeBtn: {
|
exitMultipleModeBtn: {
|
||||||
height: 40,
|
height: 40,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user