index.less 240 B

1234567891011121314151617
  1. .main {
  2. height: 83vh;
  3. background-color: #ffffff;
  4. }
  5. .scroll-view {
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. right: 0;
  10. bottom: 0;
  11. .list-scroll-view {
  12. display: flex;
  13. flex-direction: column;
  14. }
  15. }