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

使用版本 Ant Design Pro v5.2.0 控制台显示如下: ![image](https://user-images.githubusercontent.com/53471930/189138454-dc556c8f-2354-404d-a86a-1a4ade8dd02b.png) 我们如何去处理这个警告⚠

### 🧐 问题描述 | Problem description We have a large list of models in our v4 ant-design-pro. How do we migrate them to the v5 useModel ### 💻 示例代码 |...

这个bug,看起来被反馈很多次了,使用最新的ant-design-pro 6版本和umi-max会出现。 目前不确定是umi还是ant-design的问题,bug表现为如果setInitialState只在登录时执行一次,那么即使accesss.ts里面将全部角色都设置为false,也依然无法隐藏菜单,不过点击菜单后,页面会正常显示403。 我这边目前发现可能和setInitialState有关,左侧菜单加载完成之后需要再次setInitialState才能正常隐藏菜单项。所以尝试提交一个改进。 相关问题反馈: https://github.com/ant-design/ant-design-pro/issues/10103

### 🥰 需求描述 | Requirements description I have been using ant design pro in my projects for a while. However, I am unable to run any tests for my projects,...

### 🐛 bug 描述 ![image](https://user-images.githubusercontent.com/28668830/186554407-aa120f00-9fb6-4938-9365-81513f6aa9f0.png) ![image](https://user-images.githubusercontent.com/28668830/186554498-a455c286-0995-4946-9812-c9aefe32a32c.png) ### 📷 复现步骤 | Recurrence steps ### 🏞 期望结果 | Expected results ### 💻 复现代码 | Recurrence code ### © 版本信息 - Ant Design...

### 🐛 bug 描述 Warning: [Ant Design CSS-in-JS] Error in 'LoginForm -> .ant-pro-form-login-page -> &-main -> &-other': You seem to be using non-logical value 'left' of textAlign, which is not...

### 🐛 脚手架新建项目,启动报错 ![image](https://user-images.githubusercontent.com/30325066/188322996-c81e3eb7-ba94-4644-b156-c90fc1db97f7.png) Warning: [Ant Design CSS-in-JS] Error in 'LoginForm -> .ant-pro-form-login -> &-main -> &-other': You seem to be using non-logical value 'left' of textAlign, which is not...

### 🐛 bug 描述 ### 📷 复现步骤 | Recurrence steps 在config.ts文件配置 ```json { base: '/sys/sp/', publicPath: '/sys/sp/', } ``` 未登录时浏览器地址栏内容: `http://localhost:8000/sys/sp/user/login?redirect=%2Fsys%2Fsp%2Fsystem%2Faudit-logs` 登录后根据redirect参数跳转的地址: `http://[localhost:8000/sys/sp/sys/sp/system/identity-roles` ### 🏞 期望结果 | Expected results 未登录:...