Browse Source

fix: 修复按 `ESC` 退出全屏后,工具栏按钮文案展示问题 (#437)

* fix: 修复按ESC退出全屏后,工具栏按钮文案展示问题
88-debug 2 years ago
parent
commit
c73f9acbac
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/layout/components/tag/index.vue

+ 5 - 0
src/layout/components/tag/index.vue

@@ -490,6 +490,11 @@ watch([route], () => {
   dynamicTagView();
 });
 
+watch(isFullscreen, () => {
+  tagsViews[6].icon = Fullscreen;
+  tagsViews[6].text = $t("buttons.hswholeFullScreen");
+});
+
 onMounted(() => {
   useResizeObserver(
     scrollbarDom,