mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +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>
|
||||
|
||||
Reference in New Issue
Block a user