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
于良
2017-02-10 16:13:24 +0800
Commit
10b883d316d05a81f739797380b0304c6e77d7be
1 parent
b46a228e
修正逛详情页高度 review by 草莓
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
js/guang/components/detail/Detail.js
js/guang/components/detail/Detail.js
View file @
10b883d
...
...
@@ -175,8 +175,9 @@ let {width, height} = Dimensions.get('window');
let
styles
=
StyleSheet
.
create
({
container
:
{
flex
:
1
,
width
:
width
,
height
:
height
,
height
:
height
-
64
,
},
contentContainer
:{
backgroundColor
:
'white'
,
...
...
Please
register
or
login
to post a comment