style.less 850 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .ReportTemplate {
  2. position: relative;
  3. padding: 16px;
  4. // height: 100%;
  5. border-radius: 4px;
  6. background: #fff;
  7. .breadcrumb {
  8. margin-top: 8px;
  9. .tab {
  10. font-size: 12px;
  11. color:#2c323c;
  12. cursor: pointer;
  13. &:hover {
  14. text-decoration: underline;
  15. }
  16. &.actived {
  17. color:#7A8599;
  18. &:hover {
  19. cursor: default;
  20. text-decoration: none;
  21. }
  22. }
  23. }
  24. }
  25. .content {
  26. position: relative;
  27. padding-top:8px;
  28. .bms-ant-tabs-nav {
  29. &::before {
  30. border-bottom: none !important;
  31. }
  32. }
  33. .bms-ant-table-body {
  34. max-height: 76.5vh !important;
  35. }
  36. }
  37. }