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

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

解决方法:

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

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

posted @ 2019-12-03 15:59  夏沫浅语  阅读(3067)  评论(0编辑  收藏  举报