From 2d2057d8f750d920b4cbf7eb01edf8fa15ba8f13 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Tue, 29 Jul 2025 09:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/renderer/src/style.css | 1 - frontend/src/renderer/src/views/Dashboard.vue | 345 +++++++++++------- 2 files changed, 223 insertions(+), 123 deletions(-) diff --git a/frontend/src/renderer/src/style.css b/frontend/src/renderer/src/style.css index 0f2cc7c5..e7d3dfd9 100644 --- a/frontend/src/renderer/src/style.css +++ b/frontend/src/renderer/src/style.css @@ -60,7 +60,6 @@ body { .header { height: 60px; - background: white; border-bottom: 1px solid #e4e7ed; display: flex; align-items: center; diff --git a/frontend/src/renderer/src/views/Dashboard.vue b/frontend/src/renderer/src/views/Dashboard.vue index 08f98389..3fa0f899 100644 --- a/frontend/src/renderer/src/views/Dashboard.vue +++ b/frontend/src/renderer/src/views/Dashboard.vue @@ -1,9 +1,9 @@