content.less 471 B

1234567891011121314151617181920212223
  1. .manage-content {
  2. height: 100%;
  3. width: 100%;
  4. padding-top: 84px;
  5. padding-bottom: 40px;
  6. background: #f0f0f0;
  7. .content-right {
  8. width: 92%;
  9. height: 100%;
  10. float: left;
  11. overflow-y: auto;
  12. padding: 15px;
  13. .ant-spin-nested-loading {
  14. height: 100%;
  15. .ant-spin-container{
  16. height: 100%;
  17. }
  18. }
  19. }
  20. }
  21. .acc-top-user-name>a {
  22. color: #58a3ff !important;
  23. }