You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
180 B

3 years ago
  1. .el-table .warning-row {
  2. background: rgb(240, 125, 125);
  3. }
  4. .el-table .refuse-row {
  5. background: rgb(192, 192, 192);
  6. }
  7. .el-table .purple-row {
  8. background: rgb(255, 0, 255);
  9. }