Authored by 孙凯

add UI 是配 review by hongmo

... ... @@ -205,7 +205,7 @@ let gpSoldOutImageHeight = Math.ceil(25 * DEVICE_WIDTH_RATIO);
let styles = StyleSheet.create({
container: {
width: rowWidth,
height: Platform.OS === 'ios'?rowHeight:rowHeight+4,
height: Platform.OS === 'ios'?rowHeight+2:rowHeight+4,
marginTop: rowMarginTop,
marginBottom: rowMarginBottom,
overflow: 'hidden',
... ...