diff --git a/src/components/FileBrowser.vue b/src/components/FileBrowser.vue index 3a384239..bb7f14ef 100644 --- a/src/components/FileBrowser.vue +++ b/src/components/FileBrowser.vue @@ -181,14 +181,14 @@ function fileListUpdated(items: FileItem[]) { // 外层DIV大小控制 const scrollStyle = computed(() => { return appMode - ? 'height: calc(100vh - 10rem - env(safe-area-inset-bottom) - 6rem)' + ? 'height: calc(100vh - 10rem - env(safe-area-inset-bottom) - 7rem)' : 'height: calc(100vh - 10rem - env(safe-area-inset-bottom)' }) // 文件列表大小限制 const fileListStyle = computed(() => { return appMode - ? 'height: calc(100vh - 14rem - env(safe-area-inset-bottom) - 6rem)' + ? 'height: calc(100vh - 14rem - env(safe-area-inset-bottom) - 7rem)' : 'height: calc(100vh - 14rem - env(safe-area-inset-bottom)' }) diff --git a/src/layouts/components/Footer.vue b/src/layouts/components/Footer.vue index df53317a..0cc648fc 100644 --- a/src/layouts/components/Footer.vue +++ b/src/layouts/components/Footer.vue @@ -89,7 +89,7 @@ const showDynamicButton = computed(() => { @@ -147,76 +156,54 @@ const showDynamicButton = computed(() => {