index.module.less 146 B

123456789101112
  1. .animateWrap {
  2. width: 55px;
  3. height: 55px;
  4. }
  5. .pullRefresh {
  6. :global {
  7. .van-pull-refresh__track {
  8. min-height: inherit;
  9. }
  10. }
  11. }