update tabs demo

This commit is contained in:
afc163
2015-10-29 15:27:43 +08:00
parent d375942e4b
commit 3a68e2fe1f
+4
View File
@@ -20,6 +20,10 @@ const closeStyle = {
const addStyle = {
pointerEvents: 'auto',
color: '#2db7f5',
position: 'absolute',
top: 8,
left: 0,
marginLeft: -8,
};
const Test = React.createClass({