prefix className for affix

pull/123/head^2
afc163 10 years ago
parent e958481e00
commit 9b68103643

@ -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 (

Loading…
Cancel
Save