修改了android品牌滑动页面圆点位置不正确的问题。
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -29,7 +29,7 @@ export default class BrandSwiper extends React.Component { | @@ -29,7 +29,7 @@ export default class BrandSwiper extends React.Component { | ||
29 | borderRadius: 3, | 29 | borderRadius: 3, |
30 | marginLeft: 3, | 30 | marginLeft: 3, |
31 | marginRight: 3, | 31 | marginRight: 3, |
32 | - marginTop: (Platform.OS === 'ios')?3:23, | 32 | + marginTop: (Platform.OS === 'ios')?3:1, |
33 | marginBottom: 0, | 33 | marginBottom: 0, |
34 | }} | 34 | }} |
35 | />; | 35 | />; |
-
Please register or login to post a comment