el-table error: ResizeObserver loop limit exceeded solution

        When each tab in el-tab has el-table, the following error always pops up when switching tabs:

 Final solution:

        Add a min-width to each el-table-column, and solve the error

Note: It is also possible to add width, but the width will be fixed. When the window width is compressed, it cannot be changed adaptively, and a horizontal scroll bar will appear.

Guess you like

Origin blog.csdn.net/weixin_46653941/article/details/120139209