ant-design / ant-design/pro-components
🧐[问题]使用qiankun搭建的项目, 表格使用 tableDropdown出现样式错乱
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 1.4k
- Avg merge
- 10h 44m
- Merged PRs (30d)
- 3
Description
### 🧐 问题描述
ProTable的最右侧操作列使用了tableDropdown来显示扩展的操作信息,切换微服务模块后再次点击dropDown会被遮挡,刷新后恢复正常。请求好心人帮帮忙看看,感谢!

### 💻 示例代码
{
title: '操作',
dataIndex: 'option',
key: 'option',
fixed: 'right',
width: 130,
render: (_, record) =>
### 🚑 其他信息
微服务子应用依赖如下:
"dependencies": {
"@ant-design/charts": "1.2.14",
"@ant-design/icons": "4.8.3",
"@ant-design/pro-components": "1.1.25",
"@dnd-kit/sortable": "^8.0.0",
"ahooks": "^3.7.11",
"antd": "4.24.16",
"classnames": "^2.5.1",
"react": "18.2.x",
"react-dom": "18.2.x",
"umi": "^3.5.41"
},
父应用依赖如下:
"dependencies": {
"@ant-design/icons": "4.8.1",
"@ant-design/pro-components": "1.1.25",
"antd": "4.24.14",
"react": "17.x",
"react-dom": "17.x",
"umi": "^3.5.41",
},
Contributor guide
Research direction
Start by reproducing the issue in ProTable's right-side tableDropdown using the provided Dropdown example and the listed parent and microservice dependencies. Switch between qiankun modules, open the dropdown again, and compare its visibility with a refreshed page. Done means the dropdown is not obscured after switching modules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100