mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-03 06:41:09 +08:00
fix
This commit is contained in:
@@ -9,7 +9,13 @@ const appMode = computed(() => {
|
||||
|
||||
<template>
|
||||
<div v-if="appMode" class="w-100" style="block-size: 3.5rem">
|
||||
<VBottomNavigation grow horizontal color="primary" class="footer-nav border-t">
|
||||
<VBottomNavigation
|
||||
grow
|
||||
horizontal
|
||||
color="primary"
|
||||
class="footer-nav border-t"
|
||||
style="block-size: calc(3.5rem + env(safe-area-inset-bottom))"
|
||||
>
|
||||
<VBtn to="/dashboard">
|
||||
<VIcon size="28">mdi-home-outline</VIcon>
|
||||
<span>首页</span>
|
||||
|
||||
@@ -273,7 +273,7 @@ onMounted(() => {
|
||||
|
||||
@media (width <= 768px) {
|
||||
.torrent-list-vscroll {
|
||||
block-size: calc(100vh - 8rem - env(safe-area-inset-bottom));
|
||||
block-size: calc(100vh - 9rem - env(safe-area-inset-bottom));
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -538,7 +538,7 @@ onMounted(fetchData)
|
||||
|
||||
@media (width <= 768px) {
|
||||
.data-table-div {
|
||||
block-size: calc(100vh - 16rem - env(safe-area-inset-bottom));
|
||||
block-size: calc(100vh - 17rem - env(safe-area-inset-bottom));
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user