任务半成品
This commit is contained in:
@@ -227,8 +227,8 @@ export default {
|
||||
const tabHeight = 100; // tab高度
|
||||
const containerPadding = 40; // 容器padding
|
||||
// 悬浮按钮是固定定位,不需要预留空间,让卡片列表到达底部
|
||||
// 我也不知道为什么要 + 100, 不然滚动高度下面一大片空白,这个不太好调试
|
||||
this.scrollHeight = systemInfo.windowHeight - tabHeight - containerPadding + 100;
|
||||
// 我也不知道为什么要 + 80, 不然滚动高度下面一大片空白,这个不太好调试
|
||||
this.scrollHeight = systemInfo.windowHeight - tabHeight - containerPadding + 80;
|
||||
},
|
||||
|
||||
// 切换tab
|
||||
|
||||
Reference in New Issue
Block a user