mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 07:12:10 +08:00
修改文字位置
This commit is contained in:
parent
fd5d642094
commit
a5d040af5e
@ -23,7 +23,7 @@ export default () => {
|
||||
return (
|
||||
<>
|
||||
<View style={styles.progress}><Progress progress={progress} bufferedProgress={bufferedProgress} duration={duration} /></View>
|
||||
<View style={{ flexDirection: 'row', justifyContent: 'space-between', alignItems: 'flex-end' }}>
|
||||
<View style={{ flexDirection: 'row', justifyContent: 'space-between', alignItems: 'center' }}>
|
||||
{/* <MusicName /> */}
|
||||
<View style={{ flexGrow: 1, flexShrink: 1, paddingRight: 5 }} >
|
||||
<Status />
|
||||
|
Loading…
x
Reference in New Issue
Block a user