Bootstrap

el-table改变样式颜色等特性

/* 表格样式 */
*/deep/ .el-table {
  /* color: rgba(12, 59, 124, 0.7); */
  background-color: #101d3f;
}

*/deep/ .el-table tr {
  background-color: #00bbf0;
  color: #fff;
}

/* 表格整体颜色(除行之外) */
*/deep/ .el-table__body-wrapper {
  background-color: #101d3f;
}


*/deep/ .el-table__empty-text {
  color: #fff;
}

*/deep/ .el-form-item__label {
  color: #fff;
}

/* 去掉边框 */
*/deep/ .el-table th.el-table__cell {
  border: 0px;
}

/* 表格背景色 */
*/deep/ .el-table td {
  background-color: #101d3f;
}

/* 鼠标经过表格不变色 */
*/deep/ .el-table tbody tr:hover>td {
  background-color: #101d3f !important
}
/* 有固定列的时候,改变样式 */
*/deep/ .el-table tbody tr.hover-row .el-table__cell{
  background-color: #101d3f !important;
}

*/deep/ .el-table--border {
  border: none;

  border: 0px;

}

*/deep/ .el-table td.el-table__cell {
  border: 0px;

}

.el-table::before {
  height: 0px;

}

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;