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

RegisterResult.less 242B

12345678910111213141516171819
  1. .registerResult {
  2. :global {
  3. .anticon {
  4. font-size: 64px;
  5. }
  6. }
  7. .title {
  8. margin-top: 32px;
  9. font-size: 20px;
  10. line-height: 28px;
  11. }
  12. .actions {
  13. margin-top: 40px;
  14. a + a {
  15. margin-left: 8px;
  16. }
  17. }
  18. }