动态菜单和动态路由的 antd pro

index.less 461B

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