report-table.css 920 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .attach img {
  2. height: 25px;
  3. }
  4. .report-content .edit-input {
  5. padding: 3px 5px;
  6. border: 1px solid #3c3c3c;
  7. font-weight: 400;
  8. color: red;
  9. width: calc(100% - 10px)
  10. }
  11. .report-content thead td img {
  12. width: 600px;
  13. }
  14. .report-content tr td {
  15. padding: 5px 2px;
  16. font-size: 12px;
  17. font-weight: 500;
  18. text-align: center;
  19. border-left: 1px solid #000;
  20. border-top: 1px solid #000;
  21. background: #f5f5f5;
  22. word-wrap: break-word;
  23. word-break: break-all;
  24. }
  25. .report-content tr:last-of-type td {
  26. border-bottom: 1px solid #000;
  27. height: 28px;
  28. }
  29. .report-content tr td:last-of-type {
  30. border-right: 1px solid #000;
  31. }
  32. .report-content td span {
  33. cursor: pointer;
  34. display: inline-block;
  35. min-width: 10px;
  36. min-height: 10px;
  37. }
  38. .report-content .td-count {
  39. padding-right: 6px;
  40. }
  41. .report-content .td-input {
  42. font-weight: 400;
  43. background: #fefefe;
  44. }