From c9cbc54ce61645587494cee0bf2b7750a930a091 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 23 Mar 2026 11:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E7=AD=BE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TagsView/index.vue | 63 +++++++----------------- 1 file changed, 19 insertions(+), 44 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 1c99e6e..fc7effd 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -38,56 +38,29 @@ - - - - - - + + + 刷新 @@ -287,6 +260,7 @@ function handleDropdownCommand(command: string): void { selectedTag.value = tag switch (command) { case 'refresh': refreshSelectedTag(tag); break + case 'fullscreen': toggleFullscreen(); break case 'close': closeSelectedTag(tag); break case 'closeOthers': closeOthersTags(); break case 'closeLeft': closeLeftTags(); break @@ -433,6 +407,7 @@ function handleScroll(): void { padding: 0 8px; font-size: 12px; margin-left: 5px; + border-radius: 3px; &:first-of-type { margin-left: 6px; } &:last-of-type { margin-right: 15px; } @@ -485,8 +460,8 @@ function handleScroll(): void { } } - .tags-fullscreen-btn { - border-left: $divider; + .tags-refresh-btn { + width: 60px; } .contextmenu {