ant-design-pro icon indicating copy to clipboard operation
ant-design-pro copied to clipboard

👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!

Results 286 ant-design-pro issues
Sort by recently updated
recently updated
newest added

### 🐛 示例页面,监控页 活动实时交易情况下面的,地图不能正常显示 ### 📷 复现步骤 | Recurrence steps https://preview.pro.ant.design/dashboard/monitor 本地运行时,控制台跑出WEBGL相关异常 ### 🏞 期望结果 | Expected results 活动实时交易情况下面的,地图正常显示 ### 💻 复现代码 | Recurrence code 打开地址即可:https://preview.pro.ant.design/dashboard/monitor ### © 版本信息 -...

--- ### 🧐 问题描述 | Problem description In development mode (`npm run dev`), I am encountering an issue with menu navigation. Specifically: - **Menu 1** works correctly. - **Menu 2**...

### 🧐 问题描述 | Problem description 我能打开UMIJS, antd官网,但是基本上打不开咱们procomponents的官网(需要可劲的刷新,幸运的话 10次有一次能打开) 这是我打不开页面时,控制台的报错信息: ![image](https://github.com/ant-design/ant-design-pro/assets/117444298/301bdd13-34b1-48ee-b368-4d660697214c) 这是我刷新页面第7遍能打开页面的控制台信息: ![image](https://github.com/ant-design/ant-design-pro/assets/117444298/5327dca9-6468-4fb8-87e5-0a0ce74e4d85) 我也尝试了官网提供的国内镜像(根本打不开,报错信息和上面的报错信息一样) 我也尝试了开代理然后访问,依然无效。 求解决方式 OS: window11 浏览器 | browser:chrome 125.0.6422.113(正式版本) (64 位)

### 🧐 问题描述 | Problem description 使用 pro-cli 建的项目 我想修改所有的ProCard的标题颜色 通过查看源码 ``` [`${componentCls}-title`]: { color: token.colorText, fontWeight: 500, fontSize: token.fontSizeLG, lineHeight: token.lineHeight, } ``` 得知文本颜色是从token.colorText取的, 于是在config.ts中作如下配置 ``` antd: { configProvider:...

![欢迎页面-Ant-Design-Pro](https://github.com/ant-design/ant-design-pro/assets/140585772/aaec6719-7ccc-40b3-bca1-5c447cc3db84) 是request.ts中的问题(如下) ``` // 中间件统一错误处理 // 后端返回格式 { success: boolean, data: any } // 按照项目具体情况修改该部分逻辑 requestMethodInstance.use(async (ctx, next) => { await next(); const { req, res } = ctx; //...

Bumps the npm_and_yarn group with 1 update in the / directory: [gh-pages](https://github.com/tschaub/gh-pages). Updates `gh-pages` from 3.2.3 to 5.0.0 Release notes Sourced from gh-pages's releases. v5.0.0 Potentially breaking change: the publish...

dependencies

### 🐛 bug 描述 ### 📷 复现步骤 | Recurrence steps npm i npm run start 注释routes.ts里的/user的404组件 ### 🏞 期望结果 | Expected results 移动端,正常显示侧边栏 ### 💻 复现代码 | Recurrence code ###...

### 🐛 bug 描述 tip 不存在 `ProColumns`,运行没有问题也能显示,但是会有类型存在问题。 ![image](https://github.com/user-attachments/assets/7892b2f4-fccb-4e7f-846d-87b79c45f4cf) ### 📷 复现步骤 | Recurrence steps ### 🏞 期望结果 | Expected results 将其改成 `tooltip`即可 ### 💻 复现代码 | Recurrence code ### ©...

pro create my-app 选择 complete 项目yarn start 后控制台 会有Card、Modal、ProForm 等组件弃用的API Warning; 自动分割菜单 后存在 : mf-dep____vendor.cacd6d34.js:459995 Warning: findDOMNode is deprecated and will be removed in the next major release. Instead, add...

### 🐛 bug 描述 获取指定demo-tabs分支安装运行后使用PageContainer自带的面包屑点击跳转会一直重新渲染,且不会跳转。 ### 📷 复现步骤 | Recurrence steps git clone -b demo-tabs https://github.com/ant-design/ant-design-pro.git 安装依赖后点击进入二级管理页,再点击页面内容里面的面包屑就会复现 ![antd-bug](https://github.com/user-attachments/assets/cc94597e-77c9-49ea-966c-74e331505704) ### 🏞 期望结果 | Expected results 不会无限渲染 ### 💻 复现代码 | Recurrence...