mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
更新 TransferHistoryView.vue
This commit is contained in:
@@ -178,7 +178,7 @@ const TransferDict: { [key: string]: string } = {
|
|||||||
|
|
||||||
const tableStyle = computed(() => {
|
const tableStyle = computed(() => {
|
||||||
return appMode
|
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)'
|
: 'height: calc(100vh - 14rem - env(safe-area-inset-bottom)'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user