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

1234567891011121314151617181920
  1. .miniChart {
  2. position: relative;
  3. width: 100%;
  4. .chartContent {
  5. position: absolute;
  6. bottom: -28px;
  7. width: 100%;
  8. > div {
  9. margin: 0 -5px;
  10. overflow: hidden;
  11. }
  12. }
  13. .chartLoading {
  14. position: absolute;
  15. top: 16px;
  16. left: 50%;
  17. margin-left: -7px;
  18. }
  19. }