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 {