From 3beb3b2344ddde14e4bf2f51d8e0ae1573d43b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Fri, 8 Dec 2023 17:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E8=8F=9C=E5=8D=95=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=20Analysis=20Monitor=20?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E8=A1=A8=E6=A0=BC=E4=BA=8B=E4=BB=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/GlobalLayout.vue | 1392 ++++++++--------- .../analysisMonitor/alarmHistory/index.vue | 252 +-- 2 files changed, 842 insertions(+), 802 deletions(-) diff --git a/src/components/page/GlobalLayout.vue b/src/components/page/GlobalLayout.vue index c3614e7..ecba22e 100644 --- a/src/components/page/GlobalLayout.vue +++ b/src/components/page/GlobalLayout.vue @@ -2,7 +2,8 @@ + :style="{ paddingLeft: fixSiderbar && isDesktop() ? `${sidebarOpened ? 200 : 80}px` : '0' }" + >
- +
- +
-
+
- +
- +
@@ -47,293 +48,306 @@ + \ No newline at end of file diff --git a/src/views/abnormalAlarm/analysisMonitor/alarmHistory/index.vue b/src/views/abnormalAlarm/analysisMonitor/alarmHistory/index.vue index 2fd9dc4..4964cc0 100644 --- a/src/views/abnormalAlarm/analysisMonitor/alarmHistory/index.vue +++ b/src/views/abnormalAlarm/analysisMonitor/alarmHistory/index.vue @@ -1,6 +1,6 @@