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