首先在pages根目录下新建一个_app.js ,代码如下,然后再引入对应antd组件即可
import App from 'next/app' import 'antd/dist/antd.css' export default App