index.wxss 95 B

12345678
  1. .content-view {
  2. width: 100%;
  3. min-height: 100vh;
  4. display: flex;
  5. flex-direction: column;
  6. }