Authored by 孙凯

update RN UI review by daiqiang

... ... @@ -83,6 +83,7 @@ let styles = StyleSheet.create({
left: 10,
borderWidth: 2,
borderColor: 'white',
overflow: 'hidden',
},
icon2: {
height: 40,
... ... @@ -91,7 +92,8 @@ let styles = StyleSheet.create({
position: 'absolute',
left: 10 + 20,
borderWidth: 2,
borderColor: 'white'
borderColor: 'white',
overflow: 'hidden',
},
icon3: {
height: 40,
... ... @@ -100,7 +102,8 @@ let styles = StyleSheet.create({
position: 'absolute',
left: 10 + 20 + 20,
borderWidth: 2,
borderColor: 'white'
borderColor: 'white',
overflow: 'hidden',
},
leftText: {
position: 'absolute',
... ...