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
孙凯
8 years ago
Commit
feefa0565000715fe60dfcadabaad9cceb887140
1 parent
17cd3111
适配android review by shixiang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
js/brandStore/components/brandStore/brandStoreSubView/Cells/HotProducts.js
js/brandStore/components/brandStore/brandStoreSubView/Cells/HotProducts.js
View file @
feefa05
...
...
@@ -81,7 +81,7 @@ export default class HotProducts extends React.Component {
}}
>
<
Image
source
=
{
require
(
'../../../../image/btn_more_p.png'
)}
style
=
{{
width
:
22
,
height
:
4
,
backgroundColor
:
'white'
,
margin
Top
:
18
,
margin
Left
:
3
}}
style
=
{{
width
:
22
,
height
:
4
,
backgroundColor
:
'white'
,
marginLeft
:
3
}}
resizeMode
=
{
'contain'
}
/
>
<
/TouchableOpacity
>
...
...
@@ -171,5 +171,6 @@ const styles = StyleSheet.create({
bottom
:
1
,
marginLeft
:
width
-
40
,
backgroundColor
:
'transparent'
,
justifyContent
:
'center'
,
},
});
...
...
Please
register
or
login
to post a comment