el-table案例

65 阅读1分钟
:deep(.el-table),
:deep(.el-table__expanded-cell) {
  background-color: transparent;
  font-size: 14px;
  font-family: MySy;
  color: #ffffff;
}
:deep(.el-table tr),
:deep(.el-table th),
:deep(.el-table td) {
  background-color: transparent;
  font-size: 14px;
  font-family: MySy;
  color: #ffffff;
  border-bottom: none;
}