This commit is contained in:
jxxghp
2024-06-28 10:47:50 +08:00
parent 8b4ffa0795
commit 045c0b4c0c
3 changed files with 18 additions and 19 deletions

View File

@@ -116,7 +116,7 @@ const transferItems = ref<FileItem[]>([])
// 大小控制
const scrollStyle = computed(() => {
return appMode
return appMode.value
? 'height: calc(100vh - 15.5rem - env(safe-area-inset-bottom) - 3.5rem)'
: 'height: calc(100vh - 14.5rem - env(safe-area-inset-bottom)'
})