Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
aozhe.zhu
7 years ago
Commit
782f6b3c064a66a4093305872872a3c3f1390ccc
1 parent
2f9aaeca
cps 佣金安卓 review by 陈林
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
js/alliance/components/Data.js
js/alliance/components/Data.js
View file @
782f6b3
...
...
@@ -106,6 +106,7 @@ export default class Data extends Component {
<
ScrollableTabView
style
=
{{
backgroundColor
:
'white'
}}
locked
=
{
true
}
contentProps
=
{{
style
:
{
minHeight
:
181
}}}
scrollWithoutAnimation
=
{
true
}
renderTabBar
=
{()
=>
<
TabStatistics
tabNames
=
{
tabTitles
}
/>
}
onChangeTab
=
{(
obj
)
=>
{
this
.
props
.
changeTab
&&
this
.
props
.
changeTab
(
obj
.
i
+
1
);}}
...
...
@@ -171,12 +172,13 @@ let styles = StyleSheet.create({
},
amountView
:
{
width
:
width
,
height
:
58
,
height
:
72
,
marginTop
:
1
,
flexDirection
:
'row'
,
justifyContent
:
'space-between'
},
amountText
:
{
lineHeight
:
48
,
fontSize
:
48
,
color
:
'#444444'
,
fontWeight
:
'bold'
,
...
...
Please
register
or
login
to post a comment