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.

30 lines
513 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. /* 表格行背景色样式 start */
  2. .el-table .warning {
  3. background: #E6A23C;
  4. }
  5. .el-table .danger {
  6. background: #F56C6C;
  7. }
  8. .el-table .success {
  9. background: #67C23A;
  10. }
  11. .el-table .primary {
  12. background: #409EFF;
  13. }
  14. .el-table .info {
  15. background: #909399;
  16. }
  17. .el-table .purple-row {
  18. background: rgb(255, 0, 255);
  19. }
  20. /* 表格选中行 颜色 ::v-deep */
  21. .el-table__body tr.current-row>td {
  22. background-color: #409EFF !important;
  23. }
  24. /* 表格行背景色样式 end */
  25. .publicfontsize{
  26. font-size: 18px;
  27. }