diff --git a/src/layouts/components/Footer.vue b/src/layouts/components/Footer.vue
index 8f2dbb7c..30af4176 100644
--- a/src/layouts/components/Footer.vue
+++ b/src/layouts/components/Footer.vue
@@ -1,4 +1,5 @@
@@ -26,6 +35,7 @@ const activeState = computed(() => {
color="primary"
class="footer-nav border-t"
style="block-size: calc(3.5rem + env(safe-area-inset-bottom))"
+ :z-index="9998"
>
mdi-home
@@ -43,11 +53,41 @@ const activeState = computed(() => {
mdi-television-play
mdi-television
-
- mdi-dots-horizontal-circle
- mdi-dots-horizontal
+
+
+
+
+
+ 更多
+
+
+ {{ menu.title }}
+
+
+
+
diff --git a/src/views/plugin/PluginCardListView.vue b/src/views/plugin/PluginCardListView.vue
index 91eafd52..f0ac328d 100644
--- a/src/views/plugin/PluginCardListView.vue
+++ b/src/views/plugin/PluginCardListView.vue
@@ -549,7 +549,6 @@ onMounted(async () => {
v-if="SearchDialog"
v-model="SearchDialog"
scrollable
- :z-index="1010"
max-width="40rem"
:max-height="!display.mdAndUp.value ? '' : '85vh'"
:fullscreen="!display.mdAndUp.value"