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

index.less 693B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @import '~antd/lib/style/themes/default.less';
  2. .login {
  3. .tabs {
  4. padding: 0 2px;
  5. margin: 0 -2px;
  6. :global {
  7. .ant-tabs-tab {
  8. font-size: 16px;
  9. line-height: 24px;
  10. }
  11. .ant-input-affix-wrapper .ant-input:not(:first-child) {
  12. padding-left: 34px;
  13. }
  14. }
  15. }
  16. :global {
  17. .ant-tabs .ant-tabs-bar {
  18. border-bottom: 0;
  19. margin-bottom: 24px;
  20. text-align: center;
  21. }
  22. .ant-form-item {
  23. margin-bottom: 24px;
  24. }
  25. }
  26. .prefixIcon {
  27. font-size: @font-size-base;
  28. color: @disabled-color;
  29. }
  30. .getCaptcha {
  31. display: block;
  32. width: 100%;
  33. }
  34. .submit {
  35. width: 100%;
  36. margin-top: 24px;
  37. }
  38. }