From c93af16eee6ad275194526224615baed54d18f3e Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Tue, 19 May 2026 09:14:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/AppLayout.vue | 2 +- frontend/src/layout/components/header.vue | 7 +- frontend/src/layout/components/sidebar.vue | 2 +- frontend/src/views/aiAlarmSetting/index.vue | 2 +- frontend/src/views/aiChannelSetting/index.vue | 8 +-- frontend/src/views/aiQuantity/index.vue | 2 +- frontend/src/views/analogQuantity/index.vue | 4 +- frontend/src/views/aoChannelSetting/index.vue | 8 +-- .../src/views/communicationSetting/index.vue | 2 +- frontend/src/views/dashboard/index.vue | 6 +- frontend/src/views/deviceInfo/index.vue | 6 +- frontend/src/views/eventReport/index.vue | 30 ++++---- frontend/src/views/passwordSetting/index.vue | 71 ++++++++++--------- 13 files changed, 77 insertions(+), 73 deletions(-) diff --git a/frontend/src/layout/AppLayout.vue b/frontend/src/layout/AppLayout.vue index 90f62db..aff64ce 100644 --- a/frontend/src/layout/AppLayout.vue +++ b/frontend/src/layout/AppLayout.vue @@ -32,7 +32,7 @@ import SidebarView from './components/sidebar.vue' display: flex; } .app-layout__main-content { - width: calc(100% - 240px); + width: calc(100% - 200px); } } diff --git a/frontend/src/layout/components/header.vue b/frontend/src/layout/components/header.vue index 224027a..ff0046e 100644 --- a/frontend/src/layout/components/header.vue +++ b/frontend/src/layout/components/header.vue @@ -97,7 +97,7 @@ onUnmounted(() => { color: rgb(31, 41, 55); display: flex; align-items: center; - padding: 0 30px; + padding: 0 20px; gap: 20px; box-shadow: 0px 2px 8px rgb(219, 225, 236); position: relative; @@ -111,16 +111,17 @@ onUnmounted(() => { font-style: normal; font-size: 18px; color: #1F2937; - width: 210px; + width: 160px; } .header-container-center { display: flex; align-items: center; width: calc(100% - 300px); - gap: 40px; + gap: 20px; font-weight: 400; color: #505050; + font-size: 14px; } .header-container-right-time { diff --git a/frontend/src/layout/components/sidebar.vue b/frontend/src/layout/components/sidebar.vue index 1c56339..865e7b1 100644 --- a/frontend/src/layout/components/sidebar.vue +++ b/frontend/src/layout/components/sidebar.vue @@ -178,7 +178,7 @@ const isActive = (path: any) => {