...
|
...
|
@@ -200,7 +200,7 @@ class ListContainer extends Component { |
|
|
<ScrollableTabView
|
|
|
initialPage={initialPage}
|
|
|
renderTabBar={() => <DefaultTabBar
|
|
|
style={{height:38, borderWidth: 0.5, borderBottomColor: '#ededed'}}
|
|
|
style={{height:38, borderWidth: 0.5, borderBottomColor: '#ededed', backgroundColor: 'white'}}
|
|
|
textStyle={{paddingTop:10, fontFamily: 'STHeitiSC-Light', fontSize: 14, fontWeight: 'normal'}}
|
|
|
underlineHeight={0}
|
|
|
activeTextColor={'black'}
|
...
|
...
|
@@ -243,6 +243,7 @@ let styles = StyleSheet.create({ |
|
|
container: {
|
|
|
flex: 1,
|
|
|
flexDirection: 'column',
|
|
|
backgroundColor: '#ededed'
|
|
|
},
|
|
|
});
|
|
|
|
...
|
...
|
|