Authored by 盖剑秋

Fix UI issue. reviewed by redding.

... ... @@ -84,7 +84,7 @@ const styles = StyleSheet.create({
},
contentText: {
fontSize: 14,
lineHeight: 29,
lineHeight: 28,
backgroundColor: 'white',
},
contentImage: {
... ...
... ... @@ -420,8 +420,9 @@ const styles = StyleSheet.create({
},
title: {
backgroundColor: 'white',
fontSize: 17,
lineHeight: 32,
fontSize: 18,
fontWeight: "100",
lineHeight: 30,
paddingLeft: 15,
paddingRight: 15,
},
... ...