el-table背景色透明
.tableTransparent /deep/ .el-table, .el-table__expanded-cell { background-color: transparent; } .tableTransparent /deep/ .el-table tr { background-color: rgba(255, 255, 255, 0.1 ) !important; } .tableTransparent >>> .el-table th{ background-color: rgba(245,247,250, 0.5 ) !important; } .tableTransparent >>> .el-table tr:hover { background: rgba(245,247,250, 0.1 ) !important; }