Guohao Li
Guohao Li
在最近的项目中,我因为在el-tab中添加了el-table,并且el-tab存在宽度响应,所以出现了ResizeObserver loop limit exceeded问题。我尝试了[忽略报错](https://github.com/element-plus/element-plus/issues/10630#issuecomment-1482338356)和[添加防抖函数](https://github.com/element-plus/element-plus/issues/10630#issuecomment-1491191306)两种解决方案,添加防抖函数会导致table在标签页切换时出现闪烁,不流畅的现象,忽略报错也无法解决问题,但是给el-table外部容器设置一个固定的width是可以解决的,但是丢失了响应式特点 最终我使用了[这个](https://github.com/element-plus/element-plus/issues/12624#issuecomment-1583108629)的配置方法忽略了该问题
@spiritcommonsix Have you figured out how assignment.npy is generated, please? After reading the article carefully, I realized that there is a dimensional inconsistency between the way the assignment matrix is...