tab-page.css 143 B

12345678
  1. /* components/tab-page/tab-page.wxss */
  2. .page-content {
  3. max-width: 100vw;
  4. height: 100%;
  5. background: #fff;
  6. overflow-y: auto;
  7. }