element-ui的table 在页面缩放时,出现的问题

element-ui的table 在页面缩放时,出现的问题会错位

解决方法:

aap.vue中加入(我的表格有border属性)
 .el-table--border th.gutter:last-of-type {
 display: block!important;  17px!important;
 }

https://blog.csdn.net/NewDayStudy/article/details/97887917

原文地址:https://www.cnblogs.com/wlhappy92/p/11977322.html