Authored by 孙凯

update RN UI review by daiqiang

@@ -83,6 +83,7 @@ let styles = StyleSheet.create({ @@ -83,6 +83,7 @@ let styles = StyleSheet.create({
83 left: 10, 83 left: 10,
84 borderWidth: 2, 84 borderWidth: 2,
85 borderColor: 'white', 85 borderColor: 'white',
  86 + overflow: 'hidden',
86 }, 87 },
87 icon2: { 88 icon2: {
88 height: 40, 89 height: 40,
@@ -91,7 +92,8 @@ let styles = StyleSheet.create({ @@ -91,7 +92,8 @@ let styles = StyleSheet.create({
91 position: 'absolute', 92 position: 'absolute',
92 left: 10 + 20, 93 left: 10 + 20,
93 borderWidth: 2, 94 borderWidth: 2,
94 - borderColor: 'white' 95 + borderColor: 'white',
  96 + overflow: 'hidden',
95 }, 97 },
96 icon3: { 98 icon3: {
97 height: 40, 99 height: 40,
@@ -100,7 +102,8 @@ let styles = StyleSheet.create({ @@ -100,7 +102,8 @@ let styles = StyleSheet.create({
100 position: 'absolute', 102 position: 'absolute',
101 left: 10 + 20 + 20, 103 left: 10 + 20 + 20,
102 borderWidth: 2, 104 borderWidth: 2,
103 - borderColor: 'white' 105 + borderColor: 'white',
  106 + overflow: 'hidden',
104 }, 107 },
105 leftText: { 108 leftText: {
106 position: 'absolute', 109 position: 'absolute',