prefix className for affix

This commit is contained in:
afc163 2015-08-07 10:50:52 +08:00
parent e958481e00
commit 9b68103643

View File

@ -85,7 +85,7 @@ var Affix = React.createClass({
},
render() {
var affix = this.state.affix ? 'affix' : '';
var affix = this.state.affix ? 'ant-affix' : '';
var className = this.props.className;
return (