Authored by 于良

浏览记录已售罄位置调整 review by 草莓

... ... @@ -308,7 +308,7 @@ let styles = StyleSheet.create({
textAlignVertical:'center',
width: 45,
height: 15,
paddingTop: Platform === 'ios' ? 1.5:-0.5,
paddingTop: Platform.OS === 'ios' ? 1.0:-0.5,
backgroundColor: 'transparent'
},
similar: {
... ...