...
|
...
|
@@ -348,17 +348,14 @@ let styles = StyleSheet.create({ |
|
|
flex: 1,
|
|
|
flexDirection: 'row',
|
|
|
width: width,
|
|
|
height: height - 156,
|
|
|
backgroundColor: 'white'
|
|
|
},
|
|
|
contentContainer: {
|
|
|
backgroundColor: '#f5f7f6',
|
|
|
width: 102.5 * DEVICE_WIDTH_RATIO,
|
|
|
height: height - 156
|
|
|
},
|
|
|
subContentContainer: {
|
|
|
width: width - 102.5 * DEVICE_WIDTH_RATIO,
|
|
|
height: height - 156
|
|
|
},
|
|
|
row: {
|
|
|
flexDirection: 'row',
|
...
|
...
|
|