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