Authored by 张文文

认证用户UI调整

... ... @@ -79,10 +79,10 @@ let styles = StyleSheet.create({
borderRadius: 25,
},
iconImage: {
width: 25,
height: 25,
marginLeft: -10,
marginTop: 40,
width: 20,
height: 20,
marginLeft: -16,
marginTop: 48,
},
textView: {
flexDirection: 'column',
... ...
... ... @@ -114,10 +114,10 @@ let styles = StyleSheet.create({
borderRadius: 20,
},
iconImage: {
width: 25,
height: 25,
width: 16,
height: 16,
marginLeft: -12,
marginTop: 30,
marginTop: 42,
},
textView: {
flexDirection: 'column',
... ...
... ... @@ -137,10 +137,10 @@ let styles = StyleSheet.create({
borderRadius: 20,
},
iconImage: {
width: 25,
height: 25,
width: 16,
height: 16,
marginLeft: -12,
marginTop: 30,
marginTop: 42,
},
textView: {
flexDirection: 'column',
... ...