tab.wxss 83 B

123456789
  1. .tab.active {
  2. height: auto;
  3. }
  4. .tab.inactive {
  5. height: 0;
  6. overflow: visible;
  7. }