diff --git a/src/App.vue b/src/App.vue index f70e387..3b6dbf8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1430,7 +1430,6 @@ body { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); width: 40px; height: 40px; - display: flex; align-items: center; justify-content: center; } @@ -1558,7 +1557,7 @@ body { /* 响应式设计 */ @media (max-width: 768px) { .menu-button { - display: block; + display: flex; z-index: 1001; } diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 2eaccdb..b4d761c 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -192,9 +192,9 @@ onMounted(() => {