Authored by 张丽霞

fix bug:回复列表原帖的样式不对; review by 于良

... ... @@ -173,6 +173,7 @@ let styles = StyleSheet.create({
backgroundColor:'white',
flexDirection:'row',
// justifyContent: 'center',
resizeMode:'contain',
alignItems:'center',
height:40,
padding:10,
... ...
... ... @@ -158,6 +158,7 @@ let styles = StyleSheet.create({
alignItems:'center',
height: 40,
padding: 10,
resizeMode:'contain',
},
reply: {
... ...