修复某些设备下字体被截断的问题

This commit is contained in:
lyswhut 2023-11-14 13:22:45 +08:00
parent 2b91e67726
commit 3752355039

View File

@ -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',