DashBoard2.css 676 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 
  2. a {
  3. color: lightgray;
  4. }
  5. /*看板通用*/
  6. h4 {
  7. font-size: 50px;
  8. font-weight: 600;
  9. }
  10. tr, th, td {
  11. height: 20px !important;
  12. padding: 2px !important;
  13. white-space: nowrap;
  14. }
  15. .th-inner {
  16. font-weight: 600;
  17. height: 28px !important;
  18. padding: 2px !important;
  19. }
  20. /*加载显示*/
  21. .dk-report-loading {
  22. color: gray;
  23. font-size: 16px;
  24. top: -4px;
  25. width: 300px;
  26. padding-left: 10px;
  27. }
  28. /*报表字体 一般字体 3840*2160 */
  29. .dk-report-title {
  30. font-size: 20px;
  31. }
  32. .dk-report-row {
  33. font-size: 18px;
  34. }
  35. /*报表字体 稍大 3840*2160 */
  36. .dk-report-title2 {
  37. font-size: 20px;
  38. }
  39. .dk-report-row2 {
  40. font-size: 18px;
  41. }