fix app mode margin

This commit is contained in:
jxxghp
2024-06-13 20:39:27 +08:00
parent d2164d9ada
commit 07186d2ae1
3 changed files with 11 additions and 7 deletions

View File

@@ -377,8 +377,8 @@ onMounted(() => {
:items="[...dirs, ...files]"
:style="
appMode
? 'height: calc(100vh - 15rem - env(safe-area-inset-bottom) - 3.5rem)'
: 'height: calc(100vh - 14rem - env(safe-area-inset-bottom)'
? 'height: calc(100vh - 15.5rem - env(safe-area-inset-bottom) - 3.5rem)'
: 'height: calc(100vh - 14.5rem - env(safe-area-inset-bottom)'
"
>
<template #default="{ item }">