From c3cc6659487b4462a3024cc12f29d0461adb545f Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 16 Jan 2026 20:45:52 +0800 Subject: [PATCH] 1 --- src/layout/components/Sidebar/Logo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index b864153..b66bebc 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -60,7 +60,7 @@ export default { width: 100%; height: 60px; line-height: 60px; - background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); + background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%); text-align: center; overflow: hidden; border-bottom: 1px solid rgba(255, 255, 255, 0.1);