mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 22:42:09 +08:00
修复内容溢出问题
This commit is contained in:
parent
2dbfaebef8
commit
139d81e5a9
@ -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,
|
||||||
|
@ -161,4 +161,7 @@ const styles = StyleSheet.create({
|
|||||||
pagerView: {
|
pagerView: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
},
|
},
|
||||||
|
pageStyle: {
|
||||||
|
overflow: 'hidden',
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user