Authored by 陈林

更新UI。review by 孙凯。

@@ -219,7 +219,7 @@ let styles = StyleSheet.create({ @@ -219,7 +219,7 @@ let styles = StyleSheet.create({
219 }, 219 },
220 single_View: { 220 single_View: {
221 height: rowHeight - rowsp + 1, 221 height: rowHeight - rowsp + 1,
222 - width: width-29, 222 + width: Platform.OS === 'ios' ? width-29 : width-28.5,
223 flexDirection: 'row', 223 flexDirection: 'row',
224 marginLeft: 15, 224 marginLeft: 15,
225 borderColor: '#e0e0e0', 225 borderColor: '#e0e0e0',