# 偏移 - order: 1 达到一定的偏移量才触发。 --- ````jsx var Affix = antd.Affix; React.render( , document.getElementById('components-affix-demo-offset')); ````