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

Applications.less 974B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @import '~antd/lib/style/themes/default.less';
  2. @import '../../utils/utils.less';
  3. .filterCardList {
  4. margin-bottom: -24px;
  5. :global {
  6. .ant-card-meta-content {
  7. margin-top: 0;
  8. }
  9. // disabled white space
  10. .ant-card-meta-avatar {
  11. font-size: 0;
  12. }
  13. .ant-card-actions {
  14. background: #f7f9fa;
  15. }
  16. .ant-list .ant-list-item-content-single {
  17. max-width: 100%;
  18. }
  19. }
  20. .cardInfo {
  21. .clearfix();
  22. margin-top: 16px;
  23. margin-left: 40px;
  24. & > div {
  25. position: relative;
  26. text-align: left;
  27. float: left;
  28. width: 50%;
  29. p {
  30. line-height: 32px;
  31. font-size: 24px;
  32. margin: 0;
  33. }
  34. p:first-child {
  35. color: @text-color-secondary;
  36. font-size: 12px;
  37. line-height: 20px;
  38. margin-bottom: 4px;
  39. }
  40. }
  41. }
  42. }
  43. .wan {
  44. position: relative;
  45. top: -2px;
  46. font-size: @font-size-base;
  47. font-style: normal;
  48. line-height: 20px;
  49. margin-left: 2px;
  50. }