소스 검색

优化ios页面滚动卡顿问题

t_finder 1 개월 전
부모
커밋
de90b9eb9f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/activity/invite-user/invite-passive-user.vue

+ 2 - 2
pages/activity/invite-user/invite-passive-user.vue

@@ -234,8 +234,8 @@ export default {
 <style lang="scss" scoped>
 .padssive{
   padding: 0 16px 16px 16px;
-  height: 100vh;
-  overflow: auto;
+  overflow-y: auto;
+  -webkit-overflow-scrolling: touch;
   background: linear-gradient(#D3E0FF, #F5F5F5);
 }