report.css 661 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 
  2. a {
  3. color: lightgray;
  4. }
  5. /*分页样式*/
  6. .fixed-table-footer {
  7. height:0px !important;
  8. }
  9. .fixed-table-pagination {
  10. height: 40px !important;
  11. }
  12. .page-link {
  13. color: black !important;
  14. }
  15. .page-item.active .page-link{
  16. color:white !important;
  17. border-color:gray !important;
  18. background-color:gray !important;
  19. }
  20. /*看板通用*/
  21. h4 {
  22. font-size: 24px;
  23. font-weight: 600;
  24. }
  25. tr, th, td {
  26. font-size:16px !important;
  27. height: 30px !important;
  28. padding: 4px !important;
  29. white-space: nowrap;
  30. }
  31. .th-inner {
  32. font-weight: 600;
  33. font-size: 16px !important;
  34. height: 30px !important;
  35. padding: 4px !important;
  36. }