<div style={{ padding: 100, height: 1000, background: '#eee', position: 'relative' }} id="area"> <h4>可滚动的区域 / scrollable area</h4> <Select defaultValue="lucy" style={{ width: 120 }} /////////////////这是重点⬇️////////// getPopupContainer={() => document.getElementById('area')} > <Option value="jack">Jack</Option> <Option value="lucy">Lucy</Option> <Option value="yiminghe">yiminghe</Option> </Select> </div>标签:滚动,option,area,selsect,Antd,页面 From: https://www.cnblogs.com/Esai-Z/p/17408312.html