一、表格移上去会有白色背景,如下图:

解决方法:
<style lang="scss" scoped> /deep/.el-table--enable-row-hover .el-table__body tr:hover>td{ background: none !important; } </style>
注意:不能放在 /deep/.el-table{ }里面,经测试不行,而放在上面的位置可以,记录一下。
原文:https://www.cnblogs.com/xiaoxiao529/p/12760446.html