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
2016-12-08 19:14:13 +0800
Commit
4b78ecb3878cf34f900d2df42ddf7046d645edba
1 parent
d2ce239c
修改了android品牌滑动页面圆点位置不正确的问题。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/classify/components/brand/BrandSwiper.js
js/classify/components/brand/BrandSwiper.js
View file @
4b78ecb
...
...
@@ -29,7 +29,7 @@ export default class BrandSwiper extends React.Component {
borderRadius
:
3
,
marginLeft
:
3
,
marginRight
:
3
,
marginTop
:
(
Platform
.
OS
===
'ios'
)?
3
:
23
,
marginTop
:
(
Platform
.
OS
===
'ios'
)?
3
:
1
,
marginBottom
:
0
,
}}
/>
;
...
...
Please
register
or
login
to post a comment