From e03435d51a13c7ed23bd4836d3a7c73afc706840 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sun, 12 Apr 2026 22:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TagsView/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index c57806d..5c92695 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -700,14 +700,14 @@ $tags-bar-height: 34px; .main-container.fullscreen-mode .app-main { position: fixed; - top: 42px; + top: 34px; left: 0; right: 0; bottom: 0; margin: 0 !important; padding: 0 !important; - height: calc(100vh - 42px) !important; - min-height: calc(100vh - 42px) !important; + height: calc(100vh - 34px) !important; + min-height: calc(100vh - 34px) !important; overflow: auto; } \ No newline at end of file