index.wxss 218 B

123456789101112131415
  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. }
  12. .scroll-view .list-scroll-view {
  13. display: flex;
  14. flex-direction: column;
  15. }