From 206083917fcf65b80f57a307ac0998d5466cebdd Mon Sep 17 00:00:00 2001 From: hite Date: Thu, 24 Dec 2015 18:21:06 +0800 Subject: [PATCH] =?UTF-8?q?misc:=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=9A=84bottomOffset=20to=2010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Carousel.js b/Carousel.js index 48655b5..877fa4f 100644 --- a/Carousel.js +++ b/Carousel.js @@ -23,7 +23,7 @@ var Carousel = React.createClass({ indicatorSize: 50, inactiveIndicatorColor: '#999999', indicatorAtBottom: true, - indicatorOffset: 250, + indicatorOffset: 10, width: width, initialPage: 0, indicatorSpace: 25,