任务半成品

This commit is contained in:
砂糖
2025-07-11 18:05:05 +08:00
parent 561601910f
commit 0246dc128c
12 changed files with 2376 additions and 43 deletions

View File

@@ -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