From dcb417ba6c33070ad6639beb4fd4cb35cb760f1b Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Thu, 8 Jan 2026 08:23:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/tagsView.ts | 2 +- .../system/monitor/online/powerPage/appTabsPick.vue | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/store/modules/tagsView.ts b/src/store/modules/tagsView.ts index 1564e53..378419e 100644 --- a/src/store/modules/tagsView.ts +++ b/src/store/modules/tagsView.ts @@ -208,7 +208,7 @@ export const useTagsViewStore = defineStore("tagsView", () => { updateVisitedView, addView, delView, - delOtherViews, + delOtherfiews, delLeftViews, delRightViews, delAllViews, diff --git a/src/views/system/monitor/online/powerPage/appTabsPick.vue b/src/views/system/monitor/online/powerPage/appTabsPick.vue index 05f40ed..77f14d8 100644 --- a/src/views/system/monitor/online/powerPage/appTabsPick.vue +++ b/src/views/system/monitor/online/powerPage/appTabsPick.vue @@ -360,15 +360,14 @@ defineExpose({
- + - - +
@@ -515,6 +514,8 @@ defineExpose({
+ +
@@ -527,7 +528,7 @@ defineExpose({ .appGroupPowerBut{ width: 120px; border: 1px solid #e4e7ed; - + display: none; .appGroupPowerButList{ padding: 5px; } @@ -540,7 +541,8 @@ defineExpose({ } } .appGroupTabs{ - width: calc(100% - 130px); + // width: calc(100% - 130px); + width: 100%; .appTabsCheckbox{ display: flex; align-items: center;