react native 样式动态改变
·
import {StyleSheet,Platform} from 'react-native';
lineHeight:36
PaymentTimeStyle:{
height:36,
width:100,
textAlign:'center',
alignItems:'center',
justifyContent:'center',
textAlignVertical:'center',
...Platform.select({
ios:{
lineHeight:36,
},
android:{
}
}),
}
更多推荐


所有评论(0)