index.wxss 85 B

12345678
  1. :host {
  2. display: block;
  3. overflow: scroll;
  4. -webkit-overflow-scrolling: touch;
  5. }