Table row misalignment in element-ui

   It can be solved directly by one line of code. After requesting the list data, add this line of code to solve it

        this.$refs.table.doLayout()  

Guess you like

Origin blog.csdn.net/weixin_43703816/article/details/131208486