- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.2.3 ### Environment archlinux and windows 11, chrome 126.0.6478.61,Vue 3.2.0 ### Reproduction link [地址](https://codesandbox.io/p/sandbox/vue-antd-template-forked-8vvfzg?file=%2Fsrc%2FApp.vue) ### Steps to reproduce 复制官网demo,将其中的表的列改为ATableColumn,并设置resizable属性,在ATable上设置resizeColumn事件监听,随后拖拽表头的列 ### What is expected? 期望鼠标在表头border上拖拽的时候,列宽度跟随变化 ### What is actually happening? 表头列宽度并没有发生变化 <!-- generated by issue-helper. DO NOT REMOVE -->