解决方案:
<style lang="scss" scoped>
.table-fixed {
/deep/ .el-table__fixed-right {
height: 100% !important; //设置高优先,以覆盖内联样式
}
/deep/ .el-table__fixed {
height: 100% !important; //设置高优先,以覆盖内联样式
}
}
</style>
还有的可能性:
1.el-table的标题换行了,或者表格内容换行了,导致错位
2.是不是把滚动条样式改了,导致错位