pro-components
pro-components copied to clipboard
🏆 Use Ant Design like a Pro!
提问前先看看: 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...
### 🐛 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也不能解决问题。 ### 📷 复现步骤  ### 🏞 期望结果 日历国际化,语言统一
### 🧐 问题描述 请问下这怎么兼容处理  ### 💻 示例代码 ### 🚑 其他信息
``` "@ant-design/pro-components": "2.3.8", "@umijs/max": "^4.0.21", ``` ``` pnpm 安装 ```   
### 🔩 所属模块或组件 ProLayout ### 🥰 需求描述 添加可以重写滚动条样式的接口,现在的滚动条太大了  