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 {