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