Chart.less 475 B

1234567891011121314151617181920212223242526272829303132333435
  1. @import '~assets/less/variable';
  2. .chartContainer {
  3. flex: 1;
  4. }
  5. .scorecard {
  6. flex: 1;
  7. display: flex;
  8. flex-direction: column;
  9. justify-content: center;
  10. align-items: center;
  11. .scorecardContainer {
  12. max-width: 100%;
  13. .scorecardTitle {
  14. padding: 8px 0 0;
  15. display: block;
  16. .ellipsis;
  17. span {
  18. display: inline-block;
  19. line-height: 1;
  20. white-space: pre;
  21. }
  22. }
  23. }
  24. }
  25. .iframePage {
  26. flex: 1;
  27. border: none;
  28. }