...
|
...
|
@@ -92,19 +92,19 @@ let styles = StyleSheet.create({ |
|
|
},
|
|
|
topLine: {
|
|
|
position: 'absolute',
|
|
|
left: 15,
|
|
|
left: 0,
|
|
|
top: 0,
|
|
|
width: lineWidth,
|
|
|
width: width,
|
|
|
height: 0.5,
|
|
|
backgroundColor: '#a0a0a0',
|
|
|
backgroundColor: '#f2f2f2',
|
|
|
},
|
|
|
bottomLine: {
|
|
|
position: 'absolute',
|
|
|
left: 15,
|
|
|
left:0,
|
|
|
bottom: 0,
|
|
|
width: lineWidth,
|
|
|
width: width,
|
|
|
height: 0.5,
|
|
|
backgroundColor: '#a0a0a0',
|
|
|
backgroundColor: '#f2f2f2',
|
|
|
},
|
|
|
leftLikeContainer: {
|
|
|
flex: 1,
|
...
|
...
|
|