import 'antd/dist/antd.css'; import { Select } from 'antd';
const options = [ { label: '选项一', value: '1' }, { label: '选项二', value: '2' }, { label: '选项三', value: '3' }, ];
const getPopupContainer = () => document.body;
const suffixIcon =
import 'antd/dist/antd.css'; import { Select, Icon } from 'antd';
const options = [ { label: '选项一', value: '1' }, { label: '选项二', value: '2' }, { label: '选项三', value: '3' }, ];
const getPopupContainer = () => document.body;
const suffixIcon =
function App() { return (
export default App;