mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 09:12:09 +08:00
修复某些设备下字体被截断的问题
This commit is contained in:
parent
2b91e67726
commit
3752355039
@ -50,10 +50,10 @@ export default ({ isHome }: { isHome: boolean }) => {
|
||||
|
||||
const styles = createStyle({
|
||||
container: {
|
||||
flex: 1,
|
||||
// height: 16,
|
||||
// flexGrow: 0,
|
||||
// flexShrink: 0,
|
||||
maxHeight: 32,
|
||||
flexGrow: 1,
|
||||
flexShrink: 0,
|
||||
// flexDirection: 'column',
|
||||
// justifyContent: 'center',
|
||||
// alignItems: 'center',
|
||||
|
Loading…
x
Reference in New Issue
Block a user