Authored by aozhe.zhu

cps 佣金安卓 review by 陈林

@@ -106,6 +106,7 @@ export default class Data extends Component { @@ -106,6 +106,7 @@ export default class Data extends Component {
106 <ScrollableTabView 106 <ScrollableTabView
107 style={{backgroundColor: 'white'}} 107 style={{backgroundColor: 'white'}}
108 locked={true} 108 locked={true}
  109 + contentProps={{style: {minHeight: 181}}}
109 scrollWithoutAnimation={true} 110 scrollWithoutAnimation={true}
110 renderTabBar={() => <TabStatistics tabNames={tabTitles}/>} 111 renderTabBar={() => <TabStatistics tabNames={tabTitles}/>}
111 onChangeTab={(obj) => {this.props.changeTab && this.props.changeTab(obj.i + 1);}} 112 onChangeTab={(obj) => {this.props.changeTab && this.props.changeTab(obj.i + 1);}}
@@ -171,12 +172,13 @@ let styles = StyleSheet.create({ @@ -171,12 +172,13 @@ let styles = StyleSheet.create({
171 }, 172 },
172 amountView: { 173 amountView: {
173 width: width, 174 width: width,
174 - height: 58, 175 + height: 72,
175 marginTop: 1, 176 marginTop: 1,
176 flexDirection: 'row', 177 flexDirection: 'row',
177 justifyContent: 'space-between' 178 justifyContent: 'space-between'
178 }, 179 },
179 amountText: { 180 amountText: {
  181 + lineHeight: 48,
180 fontSize: 48, 182 fontSize: 48,
181 color: '#444444', 183 color: '#444444',
182 fontWeight: 'bold', 184 fontWeight: 'bold',