mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
prefix className for affix
This commit is contained in:
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…
Reference in New Issue
Block a user