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
chenl
2017-02-15 13:28:34 +0800
Commit
cef1f88d097e4e2630e68ad44ea051890f393a19
1 parent
384bfed4
去除了重复的属性定义。review by yuliang。
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
js/blk/components/brand/BLKBrandCell.js
js/home/components/floor/TrendgoodsTopic.js
js/blk/components/brand/BLKBrandCell.js
View file @
cef1f88
...
...
@@ -112,7 +112,6 @@ let styles = StyleSheet.create({
paddingLeft
:
15
,
},
cell
:
{
backgroundColor
:
'white'
,
width
:
cellWidth
,
height
:
cellWidth
,
marginTop
:
0
,
...
...
js/home/components/floor/TrendgoodsTopic.js
View file @
cef1f88
...
...
@@ -176,7 +176,6 @@ let styles = StyleSheet.create({
},
timeText
:
{
fontSize
:
11
,
color
:
'gray'
,
textAlign
:
'left'
,
marginLeft
:
5
,
color
:
'#b0b0b0'
,
...
...
Please
register
or
login
to post a comment