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

### 🧐Cannot change the language of DrawerSetting. I followed the instructions, but DrawerSetting does not catch the vi-VN language; it still defaults to Chinese. Please explain why. 1. Folder locale...

### 🧐 问题描述 | Problem description 如题,我想实现旧的布局方式,请问,我应该怎么做? ![A_NhA4To_Ccn8AAAAAAAAAAABkARQnAQ](https://github.com/user-attachments/assets/62d70f41-c987-4a8a-859d-c10a77354f8f) ![298294506-fb6d6b17-f3d8-4728-8fae-a22c35502a97](https://github.com/user-attachments/assets/6c5bbaf3-aa27-47d6-bd7e-c887820513e3)

### 🧐 问题描述 | Problem description antd v5 出来前的 antd pro 初始化的项目,如何把 antd v4 升级到 v5,之前尝试了报错太多,解决不了, 我需要使用 v5 表格 Column 中的 hidden | 隐藏列 | boolean | false | 5.13.0...

![image](https://github.com/user-attachments/assets/fa53ca13-8cdc-48ba-b47e-ebfaa058df4f) ![image](https://github.com/user-attachments/assets/cd11a2d8-f555-4fe9-ac3c-705ae3fad209) ![5fa34cdb57a3f5b72771059248a09e3](https://github.com/user-attachments/assets/3496fba6-f5b2-4a4b-a058-cab476774bdd)

### 🥰 需求描述 | Requirements description 想实现一个可编辑的树组件,可以快速添加节点而不必再打开一个Modal,每个节点后面都有一个“√”和“×”,用于添加和删除。 比如一个分类列表,只有一个分类名称和主键。 ![image](https://github.com/user-attachments/assets/470b7053-d5c4-4d49-b3f9-5748af186288)

### 🧐 问题描述 | Problem description 1. 使用 :global 对antd的已有样式进行重写,重写后发现样式不符合本意,就删除了这份样式,但后续发现我删除的这份样式仍然生效,并且还有具体的文件位置(mf-dep____vendor...),而且我把.umi文件删了重新start,还是如此! 2. 最后发现还得删除node_modules里面的.cache文件,我觉得这不是又变复杂了吗?以前是.umi删了就可以,现在又来一个.cache,为了热更新速度往依赖包加缓存?这是不是有点治标不治本了? 3. 我在import 文件时也是出现了报错问题,我尝试修改路径还是报错,最终还是删除.cache文件,问题才解决 ### 💻 示例代码 | Sample code ### 🚑 其他信息 | Other information OS: Node:16+ 浏览器...

### 🧐 问题描述 | Problem description 非组件环境如何使用国际化 ?

### 🧐 问题描述 | Problem description 在protable中,看了官方的preview,发现右上角是可以自定义文案的国际化的,但是在代码中没找到,求指教 ### 💻 示例代码 | Sample code ### 🚑 其他信息 | Other information OS: Node: 浏览器 | browser:

### 🧐 问题描述 | Problem description 后端参数是Long类型,openapi生成的接口是number类型。由于精度问题转成string类型传给后端。如何让openapi生成接口时就是string类型?即openapi生成接口时把Long类型映射为string类型