...
|
...
|
@@ -72,6 +72,10 @@ export default class MsgCenterCatgoryCell extends React.Component { |
|
|
/>
|
|
|
|
|
|
</View>
|
|
|
|
|
|
<View style={styles.line}>
|
|
|
|
|
|
</View>
|
|
|
</View>
|
|
|
|
|
|
</TouchableOpacity>
|
...
|
...
|
@@ -166,11 +170,12 @@ let styles = StyleSheet.create({ |
|
|
backgroundColor:'white'
|
|
|
},
|
|
|
|
|
|
lineInCell: {
|
|
|
line: {
|
|
|
height: 1,
|
|
|
marginLeft: 15,
|
|
|
marginTop: 15,
|
|
|
// marginBottom: 15,
|
|
|
position: 'absolute',
|
|
|
width: width,
|
|
|
bottom: 0,
|
|
|
right: 0,
|
|
|
backgroundColor: '#e0e0e0',
|
|
|
},
|
|
|
|
...
|
...
|
|