index.module.less 130 B

12345678910
  1. page {
  2. min-height: 100vh;
  3. }
  4. .container{
  5. padding-top: 8px;
  6. overflow: hidden;
  7. }
  8. .tabContent{
  9. height: calc(100vh - 160px);
  10. }