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-01-22 20:13:18 +0800
Commit
359be2e7e0cfa9e862977633dd394214981298bb
1 parent
45009b6f
新品到着样式调整 review by 陈林
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
js/newArrival/components/newArrival/NewArrival.js
js/newArrival/components/newArrival/ShopCell.js
js/newArrival/components/newArrival/NewArrival.js
View file @
359be2e
...
...
@@ -118,7 +118,7 @@ export default class NewArrival extends Component {
<
View
style
=
{{
width
,
height
:
featuredHigh
+
50
,
marginBottom
:
15
,
alignItems
:
'center'
,
}}
>
<
Text
style
=
{
styles
.
headerText
}
>
...
...
js/newArrival/components/newArrival/ShopCell.js
View file @
359be2e
...
...
@@ -135,6 +135,7 @@ let styles = StyleSheet.create({
borderRadius
:
3
,
borderColor
:
'black'
,
borderWidth
:
0.5
,
justifyContent
:
'center'
,
},
button
:
{
flex
:
1
,
...
...
Please
register
or
login
to post a comment