趋势文字组件去掉底部border review by yewanwan
Showing
1 changed file
with
0 additions
and
2 deletions
@@ -66,8 +66,6 @@ let styles = StyleSheet.create({ | @@ -66,8 +66,6 @@ let styles = StyleSheet.create({ | ||
66 | flexDirection: 'row', | 66 | flexDirection: 'row', |
67 | backgroundColor: 'white', | 67 | backgroundColor: 'white', |
68 | width, | 68 | width, |
69 | - borderBottomWidth:0.5, | ||
70 | - borderColor:'#e5e5e5', | ||
71 | }, | 69 | }, |
72 | contentContainerStyle: { | 70 | contentContainerStyle: { |
73 | width: width / 2, | 71 | width: width / 2, |
-
Please register or login to post a comment