From c29f5e2c04faa9388fdbf9318acfb7e2efdc0476 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 23 Mar 2026 11:43:40 +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 | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/ruoyi-ui/src/layout/components/TagsView/index.vue b/ruoyi-ui/src/layout/components/TagsView/index.vue index 2a6b9ba55..055fe0bff 100644 --- a/ruoyi-ui/src/layout/components/TagsView/index.vue +++ b/ruoyi-ui/src/layout/components/TagsView/index.vue @@ -36,18 +36,18 @@ - 刷新页面 关闭当前 关闭其他 关闭左侧 关闭右侧 - 全部关闭 + 全部关闭 + 全屏显示 - - - + + + 刷新 @@ -244,6 +244,9 @@ export default { case 'refresh': this.refreshSelectedTag(tag) break + case 'fullscreen': + this.toggleFullscreen() + break case 'close': this.closeSelectedTag(tag) break @@ -395,6 +398,7 @@ export default { padding: 0 8px; font-size: 12px; margin-left: 5px; + border-radius: 3px; &:first-of-type { margin-left: 6px; @@ -449,8 +453,8 @@ export default { } } - .tags-fullscreen-btn { - border-left: $divider; + .tags-refresh-btn { + width: 60px; } .contextmenu {