浏览记录已售罄位置调整 review by 草莓
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -308,7 +308,7 @@ let styles = StyleSheet.create({ | @@ -308,7 +308,7 @@ let styles = StyleSheet.create({ | ||
308 | textAlignVertical:'center', | 308 | textAlignVertical:'center', |
309 | width: 45, | 309 | width: 45, |
310 | height: 15, | 310 | height: 15, |
311 | - paddingTop: Platform === 'ios' ? 1.5:-0.5, | 311 | + paddingTop: Platform.OS === 'ios' ? 1.0:-0.5, |
312 | backgroundColor: 'transparent' | 312 | backgroundColor: 'transparent' |
313 | }, | 313 | }, |
314 | similar: { | 314 | similar: { |
-
Please register or login to post a comment