index.less 543 B

12345678910111213141516171819202122232425262728293031323334
  1. @import "~antd/lib/style/themes/default.less";
  2. @import "../../utils/utils.less";
  3. .activeChart {
  4. position: relative;
  5. }
  6. .activeChartGrid {
  7. p {
  8. position: absolute;
  9. top: 80px;
  10. }
  11. p:last-child {
  12. top: 115px;
  13. }
  14. }
  15. .activeChartLegend {
  16. position: relative;
  17. font-size: 0;
  18. margin-top: 8px;
  19. height: 20px;
  20. line-height: 20px;
  21. span {
  22. display: inline-block;
  23. font-size: 12px;
  24. text-align: center;
  25. width: 33.33%;
  26. }
  27. span:first-child {
  28. text-align: left;
  29. }
  30. span:last-child {
  31. text-align: right;
  32. }
  33. }