element-ui的table 在页面缩放时,出现的问题
element-ui的table 在页面缩放时,出现的问题会错位
解决方法:
aap.vue中加入(我的表格有border属性)
.el-table--border th.gutter:last-of-type {
display: block!important; width: 17px!important;
}
element-ui的table 在页面缩放时,出现的问题会错位
解决方法:
aap.vue中加入(我的表格有border属性)
.el-table--border th.gutter:last-of-type {
display: block!important; width: 17px!important;
}