pro-components icon indicating copy to clipboard operation
pro-components copied to clipboard

🏆 Use Ant Design like a Pro!

Results 761 pro-components issues
Sort by recently updated
recently updated
newest added
trafficstars

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 而且样式也有些错乱了 ### 💻 示例代码 ### 🚑 其他信息

表单项,比如ProFormSelect,ProFormDatePicker等都会有底部外边距,此外边距无法通过style或fieldProps.style 去除,只能在组件外加入div包住修改css,请问还有更好的方法修改吗底部外边距吗?

### 🐛 bug 描述 [route-utils](https://github.com/umijs/route-utils) 这个项目,如果路径 `/admin/sub-page3/*`,会导致以下错误,并且会导致 `ProLayout` 的面包屑没了 具体原因可能是这个路径中 * 的问题,可能是 pathToRegexp 在进行 test 时导致出错 ### 📷 复现步骤 ### © 版本信息 route-utils 3.0.0 ProComponents 2.3.10

### 🧐 问题描述 ProTable 的column里用了request动态加载选项,但是需要渲染成Tag标签的样式,用hooks的话因为层级太深,而且是Tab的Table,React会报错提示我使用了太多的钩子。

### 🔩 所属模块或组件 ```javascript import type { ProFormFieldItemProps, FieldProps } from '@ant-design/pro-form/es/interface'; import type { EditableProTableProps } from '@ant-design/pro-table/es/components/EditableTable'; ``` ### 🥰 需求描述 能否将 @ant-design/pro-form 、 @ant-design/pro-table/es ... 等模块的 ts...

👏🏻 Welcome pr

### 🐛 bug 描述 1.升级最新组件版本:"dependencies": { "@ant-design/pro-card": "^2.0.7", "@ant-design/pro-descriptions": "^2.0.8", "@ant-design/pro-form": "^2.1.1", "@ant-design/pro-layout": "^7.0.7", "@ant-design/pro-list": "^2.0.8", "@ant-design/pro-skeleton": "^2.0.3", "@ant-design/pro-table": "^3.0.8", }, 2.使用protable,配置表格筛选:{ title: '创建时间', dataIndex: 'created_at', valueType: 'dateRange', hideInTable: true,...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 日历国际化的问题真的需要你们统一处理一下。现在官网也出现这个问题了。我先前调版本调了好久都没啥用。provider也不能解决问题。 ### 📷 复现步骤 ![image](https://user-images.githubusercontent.com/69185609/187874987-ac2a6be3-3b4b-4971-bb67-2411fa28614d.png) ### 🏞 期望结果 日历国际化,语言统一

### 🧐 问题描述 请问下这怎么兼容处理 ![WX20220920-132547](https://user-images.githubusercontent.com/18420689/191174461-0d6461c0-339b-483c-bd58-e2f7fed9f09a.png) ### 💻 示例代码 ### 🚑 其他信息

``` "@ant-design/pro-components": "2.3.8", "@umijs/max": "^4.0.21", ``` ``` pnpm 安装 ``` ![1663290438607](https://user-images.githubusercontent.com/183884/190534927-462e2329-ce36-4ce8-8068-03836d8a8f46.png) ![image](https://user-images.githubusercontent.com/183884/190534901-3b6617ea-1454-46f0-bada-8f404cb2a41f.png) ![image](https://user-images.githubusercontent.com/183884/190534912-4c2dadef-6e86-4ddd-9c97-cf4ef88ebf71.png)

### 🔩 所属模块或组件 ProLayout ### 🥰 需求描述 添加可以重写滚动条样式的接口,现在的滚动条太大了 ![image](https://user-images.githubusercontent.com/10808093/190940118-3f5e1f6a-f438-43c3-984e-712fac4548cf.png) ![image](https://user-images.githubusercontent.com/10808093/190940276-ffa4fcde-a316-4394-808e-400cc786b581.png)