element-ui 表格,分页器背景样式改造
以下为表格透明样式代码。.el-table::before { background-color: transparent; // background-color: linear-gradient(to top, #CF5A64, #CB555F); } ::v-deep .el-table__header tr, ::v-deep .el-table th, .el-table tr { background-color: transparent; }