Authored by 孙凯

xiugai UI review by hongmo

@@ -267,10 +267,13 @@ let styles = StyleSheet.create({ @@ -267,10 +267,13 @@ let styles = StyleSheet.create({
267 color: '#444444', 267 color: '#444444',
268 textAlign: 'right', 268 textAlign: 'right',
269 fontWeight:'bold', 269 fontWeight:'bold',
  270 + marginLeft: 5,
270 backgroundColor: '#f0f0f0', 271 backgroundColor: '#f0f0f0',
271 }, 272 },
272 - arrow_icon: {  
273 - width: 15,  
274 - height: 7, 273 + arrow_icon: {
  274 + width: 7,
  275 + height: 8,
  276 + position: 'absolute',
  277 + right: 1,
275 }, 278 },
276 }); 279 });