From 3a68e2fe1fc9043cc7479f00682ecd0fdf8c8a8d Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 29 Oct 2015 15:27:43 +0800 Subject: [PATCH] update tabs demo --- components/tabs/demo/add.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/tabs/demo/add.md b/components/tabs/demo/add.md index d4bb5464c..3b050261f 100644 --- a/components/tabs/demo/add.md +++ b/components/tabs/demo/add.md @@ -20,6 +20,10 @@ const closeStyle = { const addStyle = { pointerEvents: 'auto', color: '#2db7f5', + position: 'absolute', + top: 8, + left: 0, + marginLeft: -8, }; const Test = React.createClass({