From 232f40151b07cd9a43cb0622cf2f79626e2acf47 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 17 Oct 2025 17:42:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9css=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/components/SearchDropdown.vue | 10 ++++++++++ frontend_nuxt/pages/posts/[id]/index.vue | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend_nuxt/components/SearchDropdown.vue b/frontend_nuxt/components/SearchDropdown.vue index a10e4e8d9..fedbee882 100644 --- a/frontend_nuxt/components/SearchDropdown.vue +++ b/frontend_nuxt/components/SearchDropdown.vue @@ -256,4 +256,14 @@ defineExpose({ font-size: 12px; color: #666; } + +.search-overlay { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.5); + z-index: 10000; +} diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index 845241141..1bd91fd50 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -92,7 +92,7 @@ >
-
+
{ margin-bottom: 10px; } -.option-container { +.article-option-container { display: flex; flex-direction: row; align-items: center;