Authored by 孙凯

调整outlet UI review by hongmo

... ... @@ -66,13 +66,13 @@ let styles = StyleSheet.create({
},
textV: {
width: textWidth,
height: 40,
height: 50,
alignSelf: 'center',
marginTop: 10,
},
text: {
width: textWidth,
height: 40,
height: 50,
textAlign: 'center',
}
});
... ...