### Reproduction link [](https://codesandbox.io/p/devbox/nostalgic-haze-8hzw8c) ### Steps to reproduce - `Table`组件设置`scroll.y` - 添加`summary`和多个`column`, `dataSource`为空 ### What is expected? summary中的单元格和thead中的单元格对齐 ### What is actually happening? 两个地方的单元格发生错位 | Environment | Info | | --- | --- | | antd | 6.3.7 | | React | 19.2.0 | | System | windows 11 | | Browser | Edge 134 | <!-- generated by ant-design-issue-helper. DO NOT REMOVE -->
Reproduction link
Steps to reproduce
Table组件设置scroll.ysummary和多个column,dataSource为空What is expected?
summary中的单元格和thead中的单元格对齐
What is actually happening?
两个地方的单元格发生错位