content.less 625 B

12345678910111213141516171819202122232425262728293031323334
  1. .manage-content {
  2. height: 100%;
  3. width: 100%;
  4. // padding-bottom: 40px;
  5. .content-right {
  6. width: 100%;
  7. height: 100%;
  8. float: left;
  9. overflow-y: auto;
  10. .ant-spin-nested-loading {
  11. height: 100%;
  12. .ant-spin-container{
  13. height: 100%;
  14. }
  15. }
  16. }
  17. @media (min-width:1386px) and (max-width:1581px){
  18. .content-right {
  19. width: 100%;
  20. }
  21. }
  22. @media (max-width:1386px){
  23. .content-right {
  24. width: 100%;
  25. }
  26. }
  27. }
  28. .acc-top-user-name>a {
  29. color: #58a3ff !important;
  30. }