MarxJiao / viscroll-demo

viscroll 示例
2 stars 5 forks source link

第一次进入页面时,<div v-iscroll>content</div>content不能滑到底部 #5

Open lupeiji opened 6 years ago

lupeiji commented 6 years ago

然而再次刷新的时候,就可以了。请问这是什么回事?

MarxJiao commented 6 years ago

检查下容器大小是怎么设置的,iscroll回根据容器大小初始化iscroll实例 lupeiji notifications@github.com于2017年12月16日 周六上午9:12写道:

然而再次刷新的时候,就可以了。请问这是什么回事?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MarxJiao/viscroll-demo/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AJG6eK48cPk_7_9yO2e5-PHryRi8NtUnks5tAxkLgaJpZM4RELAM .

lupeiji commented 6 years ago

那容器大小要怎么设置才行?我的html,body,

content
,这些都设置了height: 100%;

MarxJiao commented 6 years ago

加载js时把html,body,content,还有窗口高度都打印出来看看呢?