好像是因为整个table还有个白色的背景,所以应该一起设置 .el-table, .el-table__expanded-cell { background-color: transparent; } el-table th, .el-table tr { background-color: transparent; }
好像是因为整个
table
还有个白色的背景,所以应该一起设置