为什么这些图标没有出现在我的蚂蚁设计侧屏上? [英] Why are the icons not showing up on my Ant Design sider?

查看:0
本文介绍了为什么这些图标没有出现在我的蚂蚁设计侧屏上?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<Sider collapsible collapsed={this.state.collapsed} onCollapse={this.onCollapse} breakpoint="md">
          <Menu
          theme="dark"
          mode="inline"
          defaultSelectedKeys={['10']}
          style={{ lineHeight: '64px' }}
          >                            
          <Menu.Item key="2" icon={<LoginOutlined />}><Link to="/login">Login</Link></Menu.Item>

这是我的Sider代码的样子。但尽管如此,这一图标并没有显示在Sider上。这段代码在CodeSandBox上运行得很好。使用最新版本的Chrome。

即使是折叠的窗体也不显示图标。

请帮帮忙。

编辑: 1.CodeSandbox链接:https://codesandbox.io/s/sider-ant-design-demo-zkpcs?fontsize=14&hidenavigation=1&theme=dark 2.Package.json:

{
  "name": "gui",
  "version": "0.1.0",
  "private": true,
  "homepage": "https://exampple.com/",
  "dependencies": {
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.5.0",
    "@testing-library/user-event": "^7.2.1",
    "antd": "^4.1.4",
    "axios": "^0.19.2",
    "babel-plugin-import": "^1.13.0",
    "customize-cra": "^0.9.1",
    "dayjs": "^1.8.23",
    "dotenv": "^8.2.0",
    "eslint": "^6.8.0",
    "eslint-plugin-flowtype": "^4.6.0",
    "gh-pages": "^2.2.0",
    "less": "^3.11.1",
    "less-loader": "^5.0.0",
    "react": "^16.13.1",
    "react-app-rewired": "^2.1.6",
    "react-dom": "^16.13.1",
    "react-ga": "^2.7.0",
    "react-redux": "^7.2.0",
    "react-router-dom": "^5.1.2",
    "react-scripts": "3.4.0",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "tsutil": "^6.1.1",
    "typescript": "^3.8.3"
  },
  "scripts": {
    "predeploy": "npm run build",
    "deploy": "netlify deploy",
    "deployprod": "netlify deploy --prod",
    "start": "react-app-rewired start",
    "build": "react-app-rewired build",
    "test": "react-app-rewired test",
    "eject": "react-scripts eject",
    "postinstall": "npm run build"
  },
  "engines": {
    "node": "13.7.0",
    "npm": "6.13.6"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}

推荐答案

我所要做的就是将它从4.0.0版更新到最新版本4.6.3

这篇关于为什么这些图标没有出现在我的蚂蚁设计侧屏上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆