content.less 413 B

1234567891011121314151617181920
  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: 84%;
  9. height: 100%;
  10. float:left;
  11. overflow-y:auto;
  12. padding: 20px;
  13. .ant-spin-nested-loading {
  14. height: 100%;
  15. .ant-spin-container{
  16. height: 100%;
  17. }
  18. }
  19. }
  20. }