更新 TransferHistoryView.vue

This commit is contained in:
jxxghp
2025-03-31 19:54:42 +08:00
committed by GitHub
parent 2b2e25202d
commit 564896d99d

View File

@@ -178,7 +178,7 @@ const TransferDict: { [key: string]: string } = {
const tableStyle = computed(() => {
return appMode
? 'height: calc(100vh - 15rem - env(safe-area-inset-bottom) - 4rem)'
? 'height: calc(100vh - 14rem - env(safe-area-inset-bottom) - 6rem)'
: 'height: calc(100vh - 14rem - env(safe-area-inset-bottom)'
})