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-04-01 18:20:27 +0800
Commit
ce34836081ca9a2906e6b93e9a3dc48f10475cd4
1 parent
a4042e46
浏览记录已售罄位置调整 review by 草莓
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/recorder/components/browse/ProductCell.js
js/recorder/components/browse/ProductCell.js
View file @
ce34836
...
...
@@ -308,7 +308,7 @@ let styles = StyleSheet.create({
textAlignVertical
:
'center'
,
width
:
45
,
height
:
15
,
paddingTop
:
Platform
===
'ios'
?
1.5
:
-
0.5
,
paddingTop
:
Platform
.
OS
===
'ios'
?
1.0
:
-
0.5
,
backgroundColor
:
'transparent'
},
similar
:
{
...
...
Please
register
or
login
to post a comment